q_to_rect | R Documentation |
Convert quadrat code to coordinates of rectangular for the quadrat
q_to_rect(Q = NA, Q1 = NA, Q2 = NA, SQ1 = NA, SQ2 = NA)
Q |
vector of quadrat code(s). |
Q1 |
vector of capital alphabet part of quadrat code. |
Q2 |
vector of first numerical part of quadrat code. |
SQ1 |
vector of lower alphabet part of quadrat code. |
SQ2 |
vector of second numerical part of quadrat code. |
list of coordinates (x1, y1, x2, y2) for the rectangular, where (x1, y1) is bottom-left, (x2, y2) is top-right.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.