test.plot: a rapid method for viewing the results of a call to...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/test.plot.R

Description

this gives a quick-and-dirty way to check if your settings are reasonable. you're going to call this A LOT

Usage

1
test.plot(sp, ix, ...)

Arguments

sp

a list from a call to soundpoints

ix

a vector of indices that describes the spacing between columns that point to comparable variables in a landmark matrix (e.g. time1,time2, etc.)

...

further arguments to plot.spg

Value

none

Author(s)

Benjamin N. Taft ben.taft@landmarkacoustics.com

See Also

soundpoints plot.spg landmark.plot

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, ix, ...) 
{
    par(mar = c(10, 10, 2, 2)/3, mgp = 2 * c(3, 1, 0)/3)
    plot(sp$spg, ...)
    landmark.plot(sp$landmarks, ix)
  }

landmarkacoustics/SoundPoints-R documentation built on May 29, 2019, 9:14 a.m.