View source: R/readLandmarks.csv.r
readLandmarks.csv | R Documentation |
import landmark data from csv files
readLandmarks.csv(
file,
x,
y = 2:4,
rownames = NULL,
header = TRUE,
dec = ".",
sep = ";"
)
file |
character: path to file containing landmark data. |
x |
either a vector specifiing which rows are to be imported, or character vector containing variable names to be sought for. |
y |
a vector specifiing, which columns of the speradsheet ist to be imported. |
rownames |
integer: specifies columns, where variable names are stored. |
header |
logical : if spreadsheet contains header-row. |
dec |
character: defines decimal sepearator. |
sep |
character: defines column seperator. |
LM |
matrix containing imported data |
NAs |
vector containing rows containing NAs |
Stefan Schlager
read.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.