"plot"(x, ..., style = c("colour", "width"), scale, adjust = 1, do.plot=TRUE)
"linim"
.
"owin"
) containing the
area that will be plotted, including the colour ribbon.
plot
method for objects
of class "linim"
. Such an object represents
a pixel image defined on a linear network. If style="colour"
(the default) then
the pixel values of x
are plotted as colours,
using plot.im
.
If style="width"
then
the pixel values of x
are used to determine the widths of
thick lines centred on the line segments of the linear network.
linim
,
plot.im
,
polygon
X <- linfun(function(x,y,seg,tp){y^2+x}, simplenet)
X <- as.linim(X)
plot(X)
plot(X, style="width")
Run the code above in your browser using DataLab