Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

readLandmarks.csv

import landmark data from csv files


Description

import landmark data from csv files

Usage

readLandmarks.csv(file, x, y = 2:4, rownames = NULL, header = TRUE,
  dec = ".", sep = ";")

Arguments

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.

Value

LM

matrix containing imported data

NAs

vector containing rows containing NAs

Author(s)

Stefan Schlager

See Also


Morpho

Calculations and Visualisations Related to Geometric Morphometrics

v2.8
GPL-2
Authors
Stefan Schlager [aut, cre, cph], Gregory Jefferis [ctb], Dryden Ian [cph]
Initial release
2020-02-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.