#' layer with turbine visibility mapped
#'
#' @format A shapefile with 4 columns
#' \describe{
#' \item{ag}{unique turbine id}
#' \item{visib}{visibility class (0 to 6)}
#' }
#' @source Candeeiros WF monitoring
#' @author Paulo E. Cardoso
#' @examples
#' \dontrun{
#' library(genestdwp)
#' library(sf)
#' library(ggplot2)
#' summary(visib)
#' ggplot() +
#' geom_sf(aes(fill = as.numeric(area)),
#' size = .5, data = visib) +
#' theme_void()
#' }
"visib"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.