plot a model.

# S3 method for model
plot(
  x,
  device = "display",
  view = c("top", "front"),
  finition = "check",
  option = "all",
  selection = NULL,
  ...
)

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)

Value

Nothing