Description Usage Arguments Value Author(s) See Also
This function is to derive bore age based on diameter at bore (boreDiameter), 
bark thickness (barkThickness), pro-rated ring length (ringLength_prorated) and 
pro-rated ring count (ringCount_prorated).  The function is one of the four functions that derive bored age using
different method. The rests are boredAgeCalculator_Bore, boredAgeCalculator_Total and
boredAgeCalculator_Phys.
1 2 3 4 5 6 7 8 9 10 11 12  | boredAgeCalculator_Prorated(ringLength_prorated, ringCount_prorated,
  boreDiameter, barkThickness)
  ## S4 method for signature 'numeric,numeric,numeric,numeric'
boredAgeCalculator_Prorated(ringLength_prorated,
  ringCount_prorated, boreDiameter, barkThickness)
  ## S4 method for signature 'numeric,numeric,numeric,missing'
boredAgeCalculator_Prorated(ringLength_prorated,
  ringCount_prorated, boreDiameter)
 | 
ringLength_prorated | 
 numeric, Pro-rated ring length in cm  | 
ringCount_prorated | 
 numeric, Pro-rated ring count  | 
boreDiameter | 
 numeric, Diameter at bore in cm  | 
barkThickness | 
 numeric, Bark thickness in mm. If missing, 0.05 is used in the function.  | 
bored age
Yong Luo
boredAgeCalculator_Total
boredAgeCalculator_Phys
boredAgeCalculator_Prorated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.