Skip to content

An R package for comparing the density and adaptability of buildings and sites using permutations and heatmaps.

License

Notifications You must be signed in to change notification settings

lbuk/equiparate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

equiparate

Overview

equiparate is an R package for comparing the density and adaptability of buildings and sites using permutations and heatmaps. The technique abstracts space, building on the seminal work of Leslie Martin and Lionel March on density.

Install

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

Use

library(equiparate)

# Compare the adaptability of floorplans with an equal number of units
equal_units(nrow = 4, ncol = 3, units = 4)

# Compare the density of sites with an equal number of dwellings
equal_dwellings(nrow = 3, ncol = 2, dwellings = 4)

About

An R package for comparing the density and adaptability of buildings and sites using permutations and heatmaps.

Topics

Resources

License

Stars

Watchers

Forks

Languages