dataset
object.Constructor for a dataset
object.
Dataset(o, dataset, Ds, Ss, cols, raw, Gs = NULL)
An outline
object.
The name of the dataset
A list of data point sets, with each set being a 2
column matrix of X and Y coordinates of data point locations. Each
item in the list should be named. Elements with these names should
also be in the cols
argument (see below).
A list of landmarks. These do not need to be named. If
any elements are named, the names should map onto an element in
the cols
argument. Any elements that are named ""
will be plotted using the default colour.
A list of colours in which to plot datapoints and landmarks.
A place to put raw data in whatever format is desired.
A list of grouped point sets, with each set being a 3
column matrix of X and Y coordinates and the value Z of the
variable at that point. Each item in the list should be
named. Elements with these names should also be in the cols
argument.
A dataset
object.