R/plot_palm_ncdf_berlin.R

Defines functions plot.palm_ncdf_berlin

Documented in plot.palm_ncdf_berlin

#' Title
#'
#' @param obj A R6 plalm_ncdf Class
#'
#' @return A ggplot
#' @export
#'
#' @examples
#' a <- 1
plot.palm_ncdf_berlin <- function(obj){
  obj$plot_area()
}
SebaStad/rPALM documentation built on June 4, 2024, noon