
plot a model.
plot.model.Rdplot.model() plots S3 model objects with calls to some lower levels plot facilities.
Arguments
- x
an object of class model
- device,
character, defines way of plotting. Three options: "display", "pdf" or "png". Default to "display".
- view,
vector of character, defines which view shall be plotted. Three options: "top", "front" or "damaging". Default to "top" and "front".
- finition,
character, defines type of finishing for plotting. Two options: "check" or "presentation". Default to "check".
- option,
character, defines what type of damaging will be plotted. Two options: "all" or "total". Default to "all".
- selection,
vector for selecting buildings to be displayed. Default to NULL: all buildings are selected.
- ...
some extra parameters (unused)
Details
#' plot.model() is a high level function that dealswith several parameters.
devicecontrols if the plot should be displayed (valuedisplay) or saved in either apdforpngfile.viewcontrols what type of plot should be used:topwill show a representation of the model from a top perspective. This is useful to have a general look at the model. It usesplot_building_top_02().
frontwill show a representation of the model from a front perspective. This is useful to control if all walls of each rooms are correctly set, and if opening heights are consistent. It usesplot_building_front_02().damagingwill show the resulting damaging function from classical hypothesis (water height outside the model is the same as inside). It usesplot.damagingapplied to theabsolutedamaging slot.finitionis useful fortopview. It should put room names instead of room id.optionis useful fordamagingview.