Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[vlined]{algorithm2e}
  3. begin{document}
  4.  
  5. DontPrintSemicolon
  6. begin{algorithm}[H]
  7. SetAlgoLined
  8. KwData{Example keyword}
  9. KwResult{Example result}
  10.  
  11. /* textit{Create first function};
  12. function 1 = function(input, output){;
  13. Indp/* textit{Create inner function};
  14. function 2 = function(input, output){;
  15. Indp/* textit{Perform main task};
  16. mainTask(function1, function2);
  17. Indm});
  18. Indm};
  19.  
  20. caption{Psuedocode for interactive scatterplot matrix}
  21. end{algorithm}
  22. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement