manual_get_stats: Function for calling withing lapply to calculate statistics...

View source: R/manual_get_stats_function.R

manual_get_statsR Documentation

Function for calling withing lapply to calculate statistics for each station - manual stations. Internal function Part of calculating normals workflow for manual data. January 2021, Ashlee Jollymore

Description

Function for calling withing lapply to calculate statistics for each station - manual stations. Internal function Part of calculating normals workflow for manual data. January 2021, Ashlee Jollymore

Usage

manual_get_stats(
  data,
  stations,
  survey_period,
  get_year,
  normal_min,
  normal_max,
  force = FALSE,
  ...
)

Arguments

data

data you are calculating statistics for

stations

list of station(s) you want to calculate statistics for

survey_period

Survey period you want to calculate statistics for

get_year

water year you want to calculate statistics for

normal_min

minimum year of normal time span

normal_max

max year of normal time span

force

whether to force recalculation of normals. Defaults to FALSE


bcgov/bcsnowstats documentation built on Nov. 20, 2022, 9:12 a.m.