summarize_df: Compute summaries and autocorrelation for each variable

Description Usage Arguments

View source: R/summary_stats.R

Description

Compute summaries and autocorrelation for each variable

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
summarize_df(
  df,
  times = seq_len(NROW(df)),
  interp_method = forecast::na.interp,
  ...
)

summarise_df(
  df,
  times = seq_len(NROW(df)),
  interp_method = forecast::na.interp,
  ...
)

Arguments

df

the data.frame of variables to summarize

times

the time indices associated with the rows of df

interp_method

character a function used to interpolate obs. Defaults to na.interp.

...

further arguments to be passed to acf


weecology/MATSS-pipeline documentation built on May 16, 2020, 1:54 p.m.