make.tmp: appends the file name of the source file to a landmark data...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/make.tmp.R

Description

the fact that I don't even write "temp" out completely should be a clue...

Usage

1

Arguments

sp

a landmark data frame

Value

a landmark data frame that includes the source file as a text column

Author(s)

Benjamin N. Taft ben.taft@landmarkacoustics.com

See Also

soundpoints

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
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.