Usage
trajCluster(traj, method = "Euclid", n.cluster = 5,
plot = TRUE, type = "default", cols = "Set1",
split.after = FALSE, ...)
Arguments
traj
An openair trajectory data frame resulting
from the use of importTraj
.
method
Method used to calculate the distance
matrix for the back trajectories. There are two methods
available: Euclid and Angle.
n.cluster
Number of clusters to calculate.
plot
Should a plot be produced?
type
type
determines how the data are split
i.e. conditioned, and then plotted. The default is will
produce a single plot using the entire data. Type can be
one of the built-in types as detailed in cutData
e.g. sea
cols
Colours to be used for plotting. Options
include default, increment,
heat, jet and RColorBrewer
colours --- see the openair
openColours
split.after
For type
other than
default e.g. season, the trajectories
can either be calculated for each level of type
independently or extracted after the cluster calculations
have been applied t
...
Other graphical parameters passed onto
lattice:levelplot
and cutData
. Similarly,
common axis and title labelling options (such as
xlab
, ylab
, main
) are passed to
levelplot<