View source: R/anlz_hmpreport.R
anlz_hmpreport | R Documentation |
Evaluate Habitat Master Plan progress for report card
anlz_hmpreport(acres, subtacres, hmptrgs)
acres |
|
subtacres |
|
hmptrgs |
|
The relevant output columns are targeteval
and goaleval
that indicate numeric values as -1 (target not met, trending below), 0 (target met, trending below), 0.5 (target not met, trending above), and 1 (target met, trending above).
Columns in the output are as follows:
Year of the assessment
Habitat type assessed
Coverage estimate for the year
Coverage estimate for the previous set of available data
Year for the previous set of available data
Strata for the habitat type
2030 target for the habitat type from the Habitat Master Plan
2050 goal for the habitat type from the Habitat Master Plan
Difference in acres for the current year and the previous set of available data
Difference in years for the current year and the previous set of available data
Acreage change per year for the current year relative to the previous set of available data
Annual rate required to achieve the 2030 target
Annual rate required to achieve the 2050 goal
Proportion of target met for the current year
Proportion of goal met for the current year
A number indicating target status of the current year for the report card
A number indicating goal status of the current year for the report card
The numbers in targeteval
and goaleval
are one of four values as -1, 0, 0.5, and 1. These numbers define the status for the assessment year:
target or goal not met, trending below
target or goal met, trending below
target or goal not met, trending above
target or goal met, trending above
A summarized data.frame
appropriate for creating a report card
# view summarized data for report card
anlz_hmpreport(acres, subtacres, hmptrgs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.