descriptivePlot: descriptivePlot

Description Usage Arguments Value

View source: R/plots.R

Description

plot descriptive statistics of a frame sequence

Usage

1
2
3
4
descriptivePlot(descStatsFrameSequence, iContext, iLabel, iAxis,
  iTitle = "", yLabel = "Deg", legendPosition = "none",
  colorFactor = NULL, facetFactor = NULL, linetypeFactor = NULL,
  ylimits = NULL, lineWidth = 0.5)

Arguments

descStatsFrameSequence

[dataframe] descriptive stats table of frame sequence

iContext

[string] context of the frame sequence

iLabel

[string] label of the frame sequence

iAxis

[string] axis of the frame sequence

iTitle

[string] plot title

yLabel

[string] label of the Y-axis

legendPosition

[string] position of the legend (see legend.position of ggplot2)

colorFactor

[string] line color according an independant variable

facetFactor

[string] create \textitfacet plot ( see ggplot2) for an independant variable

linetypeFactor

[string] line type definied according an independant variable

ylimits

[list] limits of the y-axis

lineWidth

[float] line width value

Value

fig [ggplot2 figure]


pyCGM2/rCGM2 documentation built on July 28, 2020, 2:09 p.m.