plot.medea {medea} | R Documentation |
Plots the gradient function, the fitted line and the measure given in an
object of class medea
.
plot(med,draw.style=NA,Space=med$param$space,xgrid=med$param$xgrid, ygrid=med$param$ygrid,nlevels=15,ncolors=0,...)
med |
An object of class medea . |
draw.style |
Values: 0 - linear, 1 - image , 2 -
contour , 3 - image() and contour
superposed, 4 - persp . |
Space |
The state space of the measures. A vector or a matrix giving the
coordinates of the points in each row of the latter. If not
supplied it is defined as
expand.grid(xgrid, ygrid) if the latter are available,
otherwise it is considered to be 1:length(mu) . |
nlevels |
Number of levels used in image or contour
plots. |
ncolors |
Number of customized colors to be used in image or
contour plots. If 0, the default color palette is used. |
... |
Other plot parameters. |
medea
, go.renorm
and
summary.medea
.