plotLocations: Plot the locations of the base points

Description Usage Arguments Examples

Description

Simple plotting routine to visualise the location of all identified base points colour coded according to eot mode (1 to n).

Usage

1
plotLocations(eot.obj, ...)

Arguments

eot.obj

an EOT object as returned by eot

...

further arguments to be passed to spplot

Examples

1
2
3
4
5
6
7
data(vdendool)

# claculate 4 leading modes
modes <- eot(pred = vdendool, resp = NULL, n = 4, reduce.both = FALSE,
             standardised = FALSE, print.console = TRUE)

plotLocations(modes)

environmentalinformatics-marburg/Reot documentation built on May 16, 2019, 7:50 a.m.