q_to_x | R Documentation |
Convert quadrat codes to x 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_x(Q, Q1, 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. Can be specified for intuitiveness, but not used for any calculation. |
SQ1 |
vector of lower alphabet part of quadrat code. |
SQ2 |
vector of second numerical part of quadrat code. |
a vector of x-coordinates.
q_to_y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.