consistencyPlot: consistencyPlot

Description Usage Arguments Value

View source: R/plots.R

Description

plot all cycle of a frame sequence

Usage

1
2
3
consistencyPlot(table, iContext, iLabel, iAxis, iTitle = "",
  yLabel = "Deg", legendPosition = "none", ylimits = NULL,
  colorFactor = NULL, facetFactor = NULL, linetypeFactor = NULL)

Arguments

table

[dataframe] all-cycle table

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)

ylimits

[list] limits of the y-axis

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

Value

fig [ggplot2 figure]


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