Description Usage Arguments Value Author(s) See Also Examples
the fact that I don't even write "temp" out completely should be a clue...
1  | make.tmp(sp)
 | 
sp | 
 a landmark data frame  | 
a landmark data frame that includes the source file as a text column
Benjamin N. Taft ben.taft@landmarkacoustics.com
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)
  }
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.