powered by
Prints all overlaid polygons in the display. The polygons obtained through classes.
pplot(polygon, center = FALSE, color = "black")
A list of matrices with dimension l x 2 where l represents vertices number of polygon.
logical. iF FALSE(the default) the center of polygon is not displayed.
A string that describes the color of center.
# NOT RUN { x <- psim(10, 10) #simulate 10 polygons of 10 sides pplot(x, center = TRUE, color = 'red') # }
Run the code above in your browser using DataLab