From 98c35e992de0c5efcbaceebfb5f7b83bdb437620 Mon Sep 17 00:00:00 2001 From: andrew-edwards Date: Thu, 25 Apr 2024 17:26:47 -0700 Subject: [PATCH] Remove y_tick argument since unused, document(), #56. --- R/plot-with-uncertainty-discrete.R | 1 - man/bccm_bottom_oxygen.Rd | 4 ++-- man/plot_with_uncertainty_discrete.Rd | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/R/plot-with-uncertainty-discrete.R b/R/plot-with-uncertainty-discrete.R index 42b52576..21d45c3d 100644 --- a/R/plot-with-uncertainty-discrete.R +++ b/R/plot-with-uncertainty-discrete.R @@ -21,7 +21,6 @@ plot_with_uncertainty_discrete <- function(obj_lub, value, xlab, ylab, - y_tick, x_tick_extra_years, uncertainty_bar_col, y_max, diff --git a/man/bccm_bottom_oxygen.Rd b/man/bccm_bottom_oxygen.Rd index 64fa14ae..5cac50b4 100644 --- a/man/bccm_bottom_oxygen.Rd +++ b/man/bccm_bottom_oxygen.Rd @@ -94,14 +94,14 @@ bccm_primaryproduction(update = FALSE, ask = interactive(), force = FALSE) `sf` data object requested. } \description{ -Loading and/or downloading British Columbia continental margin (BCCM) model data for the BC Pacific region to local drive. +Loading and/or downloading British Columbia continental margin (BCCM) model data for the BC Pacific region to local drive. To download all BCCM data, use the function `bccm_all_variables()`. See help page for details (`?bccm_all_variables`). } \details{ The following functions serve to download specific individual ocean variables of the BCCM model data. Use `bccm_all_variables()` if you would like to download all variables - see help file `?bccm_all_variables` for details. If a variable has already been downloaded, the function will load data from `pacea_cache()` folder into user's local R environment. -The British Columbia continental margin (BCCM) model is an ocean circulation-biogeochemical model implementation of the regional ocean modelling system (ROMS). It has a horizontal resolution of 3km x 3km and a vertical discretization based on bathymetry of 42 depth levels increasing in resolution near the surface. These modelled output data were provided by Angelica Pena and the data is further detailed in Pena et al. (2019). +The British Columbia continental margin (BCCM) model is an ocean circulation-biogeochemical model implementation of the regional ocean modelling system (ROMS). It has a horizontal resolution of 3km x 3km and a vertical discretization based on bathymetry of 42 depth levels increasing in resolution near the surface. These modelled output data were provided by Angelica Pena and the data is further detailed in Pena et al. (2019). BCCM data were interpolated to a 2km x 2km inshore grid and a 6km x 6km offshore grid. Data provided are monthly means that span from 1993-2019. Each column represents a distinct 'year_month' combination (e.g. 2010_4). diff --git a/man/plot_with_uncertainty_discrete.Rd b/man/plot_with_uncertainty_discrete.Rd index fe039421..af6033cd 100644 --- a/man/plot_with_uncertainty_discrete.Rd +++ b/man/plot_with_uncertainty_discrete.Rd @@ -10,7 +10,6 @@ plot_with_uncertainty_discrete( value, xlab, ylab, - y_tick, x_tick_extra_years, uncertainty_bar_col, y_max,