g.plot5: Generate user-friendly visual report

Description Usage Arguments Value Author(s) Examples

View source: R/g.plot5.R

Description

Function called by g.shell.GGIR to generate report. Not intended for direct use by user

Usage

1
2
  g.plot5(metadatadir=c(),dofirstpage=FALSE, viewingwindow = 1,
  f0=c(),f1=c(),overwrite=FALSE,metric="ENMO",desiredtz = "Europe/London")	

Arguments

metadatadir

See g.part2

dofirstpage

Boolean to indicate whether a first page with historgrams summarizing the whole measurement should be added

viewingwindow

See g.shell.GGIR

f0

See g.shell.GGIR

f1

See g.shell.GGIR

overwrite

See g.shell.GGIR

metric

Which one of the metrics do you want to consider to describe behaviour. The metric of interest need to be calculated in M (see g.part1)

desiredtz

See g.getmeta

Value

No values, this function only generates a plot

Author(s)

Vincent T van Hees <vincentvanhees@gmail.com>

Examples

1
2
3
4
5
6
  ## Not run: 
  # generate plots for the first 10 files:
  g.plot5(metadatadir="C:/output_mystudy/meta/basic",dofirstpage=TRUE,
  viewingwindow = 1,f0=1,f1=10,overwrite=FALSE,desiredtz = "Europe/London")	
  
## End(Not run)

PeteJWatson/ggircal documentation built on Nov. 24, 2021, 11:14 a.m.