Make a graph of a series of quadrats whose corners are given by the rows of coord: xlo, ylo, xhi, yhi. This is used in illustrating randomly selected quadrats.
1 2 | graph.quadrats(coord, plotdim = c(1000, 500), clr = "black",
add = FALSE)
|
plotdim |
The x and y dimensions of the plot. |
clr |
A string indicating colour. See argument col in |
add |
Logical. Whether to add elements such as points or line to an existing graph. if TRUE, there must be an appropriate existing graph, otherwise, a new graph is drawn. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.