| calc_ppr_scaled | R Documentation | 
Total primary production (PP) should be in units mtC year^-1, since PPR has units mtC year^-1. The ratio of PPR:PP is then returned
calc_ppr_scaled(
  PPR,
  PP,
  pprField = "INDEX",
  yearFieldPPR = "YEAR",
  ppField = "ANNUAL_MTON",
  yearFieldPP = "YEAR"
)
PPR | 
 Data frame (n x 2). Primary production required index over time. Two columns YEAR and INDEX  | 
PP | 
 List. First element labeled   | 
pprField | 
 Character string. The name of the field in   | 
yearFieldPPR | 
 Character string. The name of the field in   | 
ppField | 
 Character string. The name of the field in   | 
yearFieldPP | 
 Character string. The name of the field in   | 
Units: Percentage
Data frame (n x 7)
YEAR | 
 Year of scaled index  | 
SCALEDINDEX | 
 Ratio of PPR:PP  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.