Skip to contents

Fit a smoother to an aggregated set

Usage

prepare_analysis_smoother(
  aggregation,
  analysis_path,
  month = TRUE,
  verbose = TRUE
)

Arguments

aggregation

an n2kAggregate object

analysis_path

Path to store the analysis files. Must be either an existing local file path or an object of the s3_bucket class.

month

Model the month effect. Defaults to TRUE.

verbose

Display a progress bar when TRUE (default)