View source: R/df.create.single.R
| df.create.single | R Documentation | 
Creates an empty data frame with as many rows or columns as in the corresponding matrix.
df.create.single(M, names = T)
| M | a matrix. | 
| names | if true then a column in the data frame is added with the names of the matrix columns. | 
A data frame of N rows based on the number of rows in argument M.
Sebastian Sosa, Ivan Puga-Gonzalez.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.