Extract information of a model from building and furniture components
extract_building_information.Rd
Extract information of a model from building and furniture components
Usage
extract_building_information(
model,
verbose = getOption("floodam_building_verbose")
)
Value
An object of class "model" with those characteristics added
- parameter
list of data frames, giving information on some elementary components used in the model
- storey
data frame, information at storey level
- room
data frame, information at room level
- wall
data frame, information at wall level
- opening
data frame, information at opening level
- coating
data frame, information at coating level
furniture component of the model is adjusted according to information in building
Examples
model = dwelling
model = extract_building_information(model)
#> Extracting building information for 'adu_t'...
#> - extracted:
#> - parameter
#> - storey
#> - room
#> - wall
#> - opening
#> - coating
#> - furniture
#> - missing (not found):
#> ... Informations successfully extracted for 'adu_t'