pivot | R Documentation |
returns a table, the rows and columns of which are unique members of rowIdx and colIdx The cells of the table are the <fcn> of <x> whenever <y> and <n> take on their respective values
pivot(fcn, x, y, n)
fcn |
= a function (summary) |
x |
= a numeric vector |
y |
= a numeric vector (groups) |
n |
= a numeric vector (groups) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.