View source: R/import_chkpt_data.R
import_chkpt_data | R Documentation |
Import PTS files from Checkpoint
import_chkpt_data(ptslist, curveinfo, subsampl = TRUE)
ptslist |
a character vector of file names indicating the pts files to be imported |
curveinfo |
the output of the function |
subsample |
a logical value specifying whether or not to subsample the semilandmark curves to equal lengths |
If subsample = TRUE
, returns a 3D array containing imported XYZ coordinate data, compatible with geomorph analyses. If subsample = FALSE
, returns a tibble of coordinate data.
my_curvedata <- read_csv("curvedatafile.csv") #read data
my_curves <- create_curve_info(curvedata = my_curvedata, n_fixed = 32)
import_chkpt_data(ptslist = filenames, curveinfo = my_curves, subsampl = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.