Skip to content

Commit

Permalink
plot.region fix in S3 method
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyclements committed Jun 12, 2024
1 parent 5898031 commit 59f5977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/plot-region.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
#' @param level The level of the data. Default is 5.
#' @param CTY.type The data type for the "CTY" variable. Default is 4.
#'
#' @export
#' @usage plot.region(...)
#' @export plot.region
#' @usage plot.region(lon, lat, product, time, time_point = as.Date("2002-01-01"), add2title = "CM SAF, ", lonmin = NA, lonmax = NA, latmin = NA, latmax = NA, height = 600, width = 600, plot.ano = FALSE, set.col.breaks = FALSE, brk.set = seq(240,310,5), colmin0 = NA, colmax0 = NA, ncol = 14, plotHighRes = FALSE, plotCoastline = TRUE, plotCountries = TRUE, plotRivers = FALSE, contour.thick = 2, plotCities = TRUE, pch.cities = 2, cex.cities = 1, label.cities = TRUE, plotCapitals = 1, cex.label.cities = 0.5, dlat = 0.25, plotOwnLocations = FALSE, loc_lon = c(), loc_lat = c(), loc_name = c(""), label_pos = 1, variable = "Tm", level = 5, CTY.type = 4)
#'
#' @examples
#' # Example usage
Expand Down
2 changes: 1 addition & 1 deletion man/plot.region.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59f5977

Please sign in to comment.