R/make.tmp.R

Defines functions make.tmp

Documented in make.tmp

make.tmp <-
function(sp){
    tmp <- data.frame(file.name=sp$file, sp$landmarks);
    tmp$file.name <- as.character(tmp$file.name);
    invisible(tmp);
}
landmarkacoustics/SoundPoints-R documentation built on May 29, 2019, 9:14 a.m.