calculate_percentage: Calculate the percentage of edges with their respective green...

View source: R/calculate_percentage.R

calculate_percentageR Documentation

Calculate the percentage of edges with their respective green index category

Description

This function calculates the percentage of edges within each green index category.

Usage

calculate_percentage(green_index_data)

Arguments

green_index_data

A data frame containing the calculated green index values for each edge.

Value

A data frame with the percentage of each green index category.

Examples

## 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)

greenR documentation built on June 29, 2024, 9:07 a.m.