visualReport: Generate visualisation of time series produced by part 5.

View source: R/visualReport.R

visualReportR Documentation

Generate visualisation of time series produced by part 5.

Description

Function called by GGIR. Not intended for direct use by user

Usage

  visualReport(metadatadir = c(), 
              f0 = c(), f1 = c(), overwrite = FALSE,
              desiredtz = "",
              verbose = TRUE,
              part6_threshold_combi = NULL, GGIRversion = NULL,
              params_sleep = NULL,
              params_output = NULL)

Arguments

metadatadir

Directory that holds a folder 'meta' and inside this a folder 'basic' which contains the milestone data produced by g.part1. The folderstructure is normally created by g.part1 and GGIR will recognise what the value of metadatadir is.

f0

File index to start with (default = 1). Index refers to the filenames sorted in alphabetical order

f1

File index to finish with (defaults to number of files available, i.e., f1 = 0)

overwrite

See GGIR

desiredtz

See GGIR

verbose

See GGIR

part6_threshold_combi

See GGIR

GGIRversion

Character with GGIR version number

params_sleep

See GGIR

params_output

See GGIR

Value

No values, this function only generates a plot

Author(s)

Vincent T van Hees <v.vanhees@accelting.com>


GGIR documentation built on April 3, 2025, 6 p.m.