no2_seq {ediblecity} | R Documentation |
Sequestration of nitrogen dioxide
Description
This indicator returns the amount of NO2 that is sequestered by urban green.
Usage
no2_seq(x, green_df = NULL)
Arguments
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. |
Value
A numeric value with the total NO2 sequestration in the city (in grams/second).
Author(s)
Josep Pueyo-Ros
Examples
# Get the total nitrogen dioxide sequestered by urban green
no2_seq(city_example)