read.fev | R Documentation |
Reads a .fev file created by 'palmscan'
read.fev(fev.path, FIRST = FALSE)
fev.path |
relative system path to .fev file |
FIRST |
read only the first palmscan-line in .fev [FALSE] |
A palmscan data.frame object
# palmscan fev file
ps.fev.path <- system.file( "extdata", "waxsys.fev", package = "palmid")
palmprint <- read.fev(ps.fev.path, FIRST = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.