Takes row and column numbers and identifies the quadrate number (index). The
row and column numbers are based on a gridsize
that by default divides the
plot into 20 by 20 m squares. The gridsize
can be defined by the user so
other quadrate sizes can be used.
1 | rowcol.to.index(rowno, colno, gridsize = 20, plotdim = c(1000, 500))
|
rowno |
Row number. |
colno |
Column number. |
gridsize |
Side of the square quadrate. |
plotdim |
The x and y dimensions of the plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.