Skip to content

An R package for charting density potentials in the built environment using Space Ratio and the Space Ratio Chart.

License

Notifications You must be signed in to change notification settings

lbuk/spaceratio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spaceratio

Overview

spaceratio is an R package for charting density potentials in the built environment using Space Ratio, or the ratio of the existing density to the permissible density, and the Space Ratio Chart (Bolton, 2021).

For more information about Space Ratio, you can read this journal article published in Sustainable Cities and Society.

Installation

spaceratio can be installed from Github.

library(devtools)
install_github("lbuk/spaceratio")

Use

library(spaceratio)

# Density variables
d_var = c("FAR", "H", "DPH", "GSI")

# Space Ratios
s_val = c(0.75, 0.8, 0.95, 0.91)

# Visualise the Space Ratio Chart
spaceratio(density_var = d_var, space_ratio = s_val, output = 'plot')

References

Bolton, L.T. (2021). 'Space ratio: a measure of density potentials in the built environment', Sustainable Cities and Society, 75, p.103356. doi: 10.1016/j.scs.2021.103356.

About

An R package for charting density potentials in the built environment using Space Ratio and the Space Ratio Chart.

Topics

Resources

License

Stars

Watchers

Forks

Languages