Description Usage Arguments Value
plot descriptive statistics of a frame sequence
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)
|
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 |
fig [ggplot2 figure]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.