View source: R/utilities-logging.R
displayConfigurationPlanPlotInfo | R Documentation |
Display information of a configuration plan Plot
field
displayConfigurationPlanPlotInfo(configurationPlanField)
configurationPlanField |
A list extracted from a configuration plan field |
Array of name properties and their value
# Example of list with properties
plotField <- list(
PlotNumber = 5,
Simulation = "Name of Simulation",
Project = "Name of Project",
Options = list(width = 10, height = 10, units = "cm")
)
# Log messages are usually displayed through `cat()`, `error()` or `warning()`
cat(displayConfigurationPlanPlotInfo(plotField))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.