moving.avg: Calculate moving averages

View source: R/moving.avg.r

moving.avgR Documentation

Calculate moving averages

Description

Calculate moving averages

Usage

moving.avg(x, nwindow)

Arguments

x

dataframe; with JDAY column and another column with the data

nwindow

numeric; averaging window

Value

a dataframe with daily averages

Author(s)

Norman Buccola

Examples

moving.avg()

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