plant_spacing: Plant Spacing

View source: R/GeneralHelpers.R

plant_spacingR Documentation

Plant Spacing

Description

Plant Spacing

Usage

plant_spacing(
  distance,
  distance_a,
  distance_b,
  system = "square",
  stems_per_ha,
  area_m2 = 10000,
  output = "spacing"
)

Arguments

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

Value

Prints the output value.

Examples


#Plant spacing for 2500 seedlings per hectare.
plant_spacing(stems_per_ha=2500, output="spacing")


Silviculturalist/forester documentation built on April 20, 2024, 2:13 p.m.