plot a top perspective of a building
plot_building_top_03.Rd
plot a top perspective of a building
Usage
plot_building_top_03(
data_table,
model_path = NULL,
device = "display",
legend_table = floodam.building::LEGEND,
finition = "check",
selection = NULL,
what_floor = "floor_elementary_component"
)
Arguments
- data_table,
list of needed tables
- model_path,
list of needed paths
- device,
character, define way of plotting. Three options: "display", "pdf" or "png". Default to "display".
- legend_table,
data.frame, default to floodam.building::LEGEND
- finition,
character, define type of finishing for plotting. Two options: "check" or "presentation". Default to "check".
- selection,
character, selection of building to be plotted
- what_floor,
character, define what type of component is used to plot floor. Default to "floor_elementary_component".