| plot_timetrend | R Documentation | 
Plot time trend
plot_timetrend(
  x,
  show_topic = NULL,
  time_index_label = NULL,
  ci = 0.9,
  method = c("hdi", "eti"),
  point = c("mean", "median"),
  xlab = "Time",
  scales = "fixed",
  show_point = TRUE,
  ...
)
| x | the output from the dynamic keyATM model (see  | 
| show_topic | an integer or a vector. Indicate topics to visualize. Default is  | 
| time_index_label | a vector. The label for time index. The length should be equal to the number of documents (time index provided to  | 
| ci | value of the credible interval (between 0 and 1) to be estimated. Default is  | 
| method | method for computing the credible interval. The Highest Density Interval ( | 
| point | method for computing the point estimate.  | 
| xlab | a character. | 
| scales | character. Control the scale of y-axis (the parameter in ggplot2::facet_wrap()):  | 
| show_point | logical. The default is  | 
| ... | additional arguments not used. | 
keyATM_fig object.
save_fig()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.