join.ghcn: Join GHCN station data

View source: R/ghcn.R

join.ghcnR Documentation

Join GHCN station data

Description

This function will join the data of two sites that might need to be combined due to temporal coverage.

Usage

join.ghcn(ghcn1, ghcn2, minYear = NULL, meanData = TRUE)

Arguments

ghcn1

a list that was output in using read.ghcn, this is the primary station

ghcn2

a list that was output using read.ghcn, this is the secondary station

minYear

a numeric value indicating the minimum year to subset the data, default is NULL to retain the entire time series.

meanData

a logical value indicating if (TRUE) the data should be averaged in the event there are multiple values for a single year and month.

Author(s)

Chantelle Layton


clayton33/csasMarPhys documentation built on June 8, 2025, 3:10 a.m.