vec2df | R Documentation |
Turns a vector into a data frame with n repeated instances of the vector.
vec2df(x, n = 1)
x |
vector |
n |
number of times the vector needs to be repeated |
data.frame.
This function is used by nm.covplot
vec2df(x = 1:10,n = 1)
vec2df(x = 1:10,n = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.