View source: R/class_Statistic.R
new_statistic | R Documentation |
Create a new Statistic object.
new_statistic(name, value, units, proportion = NA_real_)
name |
|
value |
|
units |
|
proportion |
|
A Statistic object.
# create a statistic
x <- new_statistic(name = "Area", value = 12, units = "ha", proportion = 0.4)
# print object
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.