Skip to content
/ elevate Public

An R package for generating and visualising permutations of building elevations including rooftop extensions.

License

Notifications You must be signed in to change notification settings

lbuk/elevate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elevate

Overview

elevate is an R package for generating and visualising building elevations using permutations and charts.

Installation

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

Use

library(elevate)

# Visualise elevations
elevations(nbuildings = 7, min_storey = 3, max_storey = 4, output = 'plot')

# Establish the number of storeys per building
storeys = c(4, 5, 4, 4)

# Visualise potential rooftop extension elevations based on the maximum number of storeys per building
extension_elevations(storeys = storeys, max_permitted_storey = 6, output = 'plot')

About

An R package for generating and visualising permutations of building elevations including rooftop extensions.

Topics

Resources

License

Stars

Watchers

Forks

Languages