q_to_y | R Documentation |
Convert quadrat codes to y coordinates of bottom-left of the quadrats. When SQ2 is not specified, returns coordinates of 10m grid. When SQ1 is not specified, returns coordinates of 20m grid.
q_to_y(Q, Q1 = NA, Q2, SQ1 = NA, SQ2 = NA)
Q |
vector of quadrat code(s). |
Q1 |
vector of capital alphabet part of quadrat code. Can be specified for intuitiveness, but not used for any calculation. |
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. |
a vector of y-coordinates.
q_to_x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.