Description Usage Arguments Details Examples
Write ops file
1 |
data |
the data for the ops file, typically the output from |
file |
the path to the ops file |
The data
argument expects a list of two data.frame
s:
dimensions: the plot dimensions (xmin, ymin, zmin, xmax, ymax);
plants: a data.frame
with the format:
sceneId | plantId | plantFileName | x | y | z | scale | inclinationAzimut | inclinationAngle | stemTwist | Functional_group |
1 | 1 | opf/DA1_Average_MAP_12.opf | 2.3025 | 3.988 | 0 | 1 | 0 | 0 | 0 | two |
1 | 2 | opf/DA1_Average_MAP_12.opf | 6.9075 | 11.964 | 0 | 1 | 0 | 0 | 0 | two |
and optionaly a chaining line, e.g. -1 1 1.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.