Description Usage Arguments Details Value Examples
returns the squares and cubes of the given vector
1 | myf(x)
|
x |
a vector of values |
This is a function created in the Math4753 package that when given a vector it returns a list of squares and cubes
a list of cubed and squared 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.