timebased: Analyze each variable in respect to a time variable

Description Usage Arguments Examples

Description

Analyze each variable in respect to a time variable

Usage

1
2
timebased(data_analyze, date_variable, time_unit = "auto",
  nvals_num_to_cat = 2, outdir)

Arguments

data_analyze

a data frame to analyze

date_variable

the variable (length one character vector or bare expression) that will be used to pivot all other variables

time_unit

the time unit to use if not automatically

nvals_num_to_cat

numeric numeric values with this many or fewer distinct values will be treated as categorical

outdir

an optional output directory to save the resulting plots as png images

Examples

1
2
3
4

xray documentation built on May 1, 2019, 7:33 p.m.