View source: R/calculate_percentage.R
calculate_percentage | R Documentation |
This function calculates the percentage of edges within each green index category.
calculate_percentage(green_index_data)
green_index_data |
A data frame containing the calculated green index values for each edge. |
A data frame with the percentage of each green index category.
## Not run:
# Generate a sample green_index data frame
green_index_data <- data.frame(
green_index = runif(1000)
)
calculate_percentage(green_index_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.