View source: R/GeneralHelpers.R
plant_spacing | R Documentation |
Plant Spacing
plant_spacing(
distance,
distance_a,
distance_b,
system = "square",
stems_per_ha,
area_m2 = 10000,
output = "spacing"
)
distance |
The square system distance between plants |
distance_a |
The in-row distance between plants |
distance_b |
The between-row distance. |
system |
Planting system, one of square or rectangular. Defaults to square |
stems_per_ha |
The number of steams planted per hectare |
area_m2 |
area in square metres. Defaults to 1 hectare, 10'000 sq. metres. |
output |
One of stems per ha or spacing |
Prints the output value.
#Plant spacing for 2500 seedlings per hectare.
plant_spacing(stems_per_ha=2500, output="spacing")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.