View source: R/indicator_NO2.R
no2_seq | R Documentation |
This indicator returns the amount of NO2 that is sequestered by urban green.
no2_seq(x, green_df = NULL)
x |
An 'sf' object with the urban model of your city and a 'land_use' column with categories of urban features. |
green_df |
A dataframe of categories that are considered as urban green with four columns:
If NULL, the 'city_land_uses' dataset is used. |
A numeric value with the total NO2 sequestration in the city (in grams/second).
Josep Pueyo-Ros
# Get the total nitrogen dioxide sequestered by urban green
no2_seq(city_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.