merge.interp: Merge 2 dataframes by JDAY

View source: R/merge.by.jday.r

merge.interpR Documentation

Merge 2 dataframes by JDAY

Description

Merge 2 dataframes by JDAY

Usage

## S3 method for class 'interp'
merge(x1, x2, return.nas = T)

Arguments

return.nas

logical; Include missing values?

df1

dataframe; with JDAY column and another column with the data

df2

dataframe; with JDAY column and another column with the data

Value

a dataframe with JDAY as the first column

Author(s)

Norman Buccola

Examples

merge.by.jday()

nbuccola/w2r documentation built on June 2, 2025, 2:12 a.m.