plotObservations | R Documentation |
Plot Observations per Pipe
plotObservations(survey, to_pdf = TRUE, matrix_dim = c(7, 1))
survey |
list with elements |
to_pdf |
if |
matrix_dim |
vector of two specifying the number of rows and columns, respectivly of the matrix in which to arrange the single plots. |
# Install packages if not yet installed
## Not run:
install.packages("ggplot2")
devtools::install_github("guiastrennec/ggplus")
## End(Not run)
# Get example data that are contained in the package
survey <- kwb.en13508.2:::getExampleData()
# Create one plot per inspection in "survey"
kwb.en13508.2::plotObservations(survey, to_pdf = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.