Plot time trend
the output from the dynamic keyATM model (see keyATM()
).
an integer or a vector. Indicate topics to visualize. Default is NULL
.
a vector. The label for time index. The length should be equal to the number of documents (time index provided to keyATM()
).
value of the credible interval (between 0 and 1) to be estimated. Default is 0.9
(90%). This is an option when calculating credible intervals (you need to set store_theta = TRUE
in keyATM()
).
method for computing the credible interval. The Highest Density Interval (hdi
, default) or Equal-tailed Interval (eti
). This is an option when calculating credible intervals (you need to set store_theta = TRUE
in keyATM()
).
method for computing the point estimate. mean
(default) or median
. This is an option when calculating credible intervals (you need to set store_theta = TRUE
in keyATM()
).
a character.
character. Control the scale of y-axis (the parameter in ggplot2::facet_wrap()): free
adjusts y-axis for parameters. Default is fixed
.
logical. The default is TRUE
. This is an option when calculating credible intervals.
additional arguments not used.
keyATM_fig object.