R/country_plot.R

#' Print countries
#'
#' Plot countries within the current session with the colourings for country and ocean pre-set.
#' @param df The spatial DataFrame to be plotted.
#' @export
country_plot <- function(df){
  plot(df, col='khaki', bg='azure2')
}
thomaspinder/usefulRFunctions documentation built on May 10, 2019, 8:27 a.m.