Description Usage Arguments Details Value Examples
Produce a list of squares and cubes
1 | myf(x)
|
x |
a vector |
This is a part of the introduction to creating packages. It takes a vector and returns a list of vectors indicating its square and cube values
a list of vectors
1 | x=1:4;myf(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.