View source: R/calc_intensity_area.R
| print.cf_area_intensity | R Documentation |
Print method for cf_area_intensity objects
## S3 method for class 'cf_area_intensity'
print(x, ...)
x |
A cf_area_intensity object |
... |
Additional arguments (ignored) |
No return value, called for side effects. Prints formatted area intensity information to the console and invisibly returns the input object.
The input object x, invisibly.
x <- list(
intensity_per_total_ha = 900,
intensity_per_productive_ha = 1100,
land_use_efficiency = 0.92,
total_emissions_co2eq = 108000,
area_total_ha = 120,
area_productive_ha = 110,
date = Sys.Date()
)
class(x) <- "cf_area_intensity"
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.