https://github.com/lbuk/equiparate
An R package for comparing the density and adaptability of buildings and sites using permutations and heatmaps.
https://github.com/lbuk/equiparate
dataviz density permutations r
Last synced: 8 months ago
JSON representation
An R package for comparing the density and adaptability of buildings and sites using permutations and heatmaps.
- Host: GitHub
- URL: https://github.com/lbuk/equiparate
- Owner: lbuk
- License: gpl-3.0
- Created: 2020-12-13T01:04:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T18:20:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T00:41:31.110Z (over 1 year ago)
- Topics: dataviz, density, permutations, r
- Language: R
- Homepage:
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
