Description Usage Arguments Value
View source: R/StackedTrajectories.R
Create stacked bars for the time series
1 2 3 4 5 6 7 8 9 | StackedTrajectories(
Trajectories,
Category = "CATEGORY",
xAxisText = 16,
yAxisText = 16,
axisTitle = 20,
legendText = 20,
plotTitle = 18
)
|
Trajectories |
A factor containg the values, time intervals and components for the time series |
Category |
The name of the category of interest as a character |
xAxisText |
Font size for the text on the horizontal axis |
yAxisText |
Font size for the text on the vertical axis |
axisTitle |
Font size for the titles on the horizontal and vertical axis |
legendText |
Font size for the text on the legend |
plotTitle |
Font size for the main title on the stacked bar graph |
A tsacked bar graph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.