StackedTrajectories: Create stacked bars for the time series

Description Usage Arguments Value

View source: R/StackedTrajectories.R

Description

Create stacked bars for the time series

Usage

1
2
3
4
5
6
7
8
9
StackedTrajectories(
  Trajectories,
  Category = "CATEGORY",
  xAxisText = 16,
  yAxisText = 16,
  axisTitle = 20,
  legendText = 20,
  plotTitle = 18
)

Arguments

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

Value

A tsacked bar graph


bilintoh/timeComponents documentation built on Dec. 19, 2021, 9:42 a.m.