R/plot_weather.default.R

Defines functions plot_weather.default

#' @export
plot_weather.default <- function(x, ...){
  warning("Oops, it seems like your data doesn't have the requiered class! You need a 'temperature', 'duration', 'speed' or 'height' if you want to see a fitting plot.")
}
buozyte/weatheranalysisFR documentation built on Nov. 4, 2019, 8:16 a.m.