AreaObject | R Documentation |
Definition of an area object used in designating area presence
AreaObject(name, type = "rectangle", points = c())
name |
character. Name of the area |
type |
character. defining what type of area. Currently supported is: "rectangle" |
points |
numeric matrix (npoints, 2) with each row representing a single point and columns representing X and Y positions |
## Not run:
AreaObject("main square", "rectangle", matrix(c(0, 0, 1, 0, 1, 1, 0, 1), ncol=2, byrow=TRUE))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.