Description Usage Arguments Value
View source: R/create_plot_data.R
re-format output of bow_ci function to plottable format
1 2 3 4 5 6 7 | create_plot_data(
bstrap_output,
phenomena = NULL,
descriptors = NULL,
meta_data = NULL,
combine = FALSE
)
|
bstrap_output |
output of bow_ci function |
phenomena |
character vector specifying which phenomena you wish to plot |
descriptors |
character vector specifying which descriptors you wish to plot |
meta_data |
a data frame of meta data for each analyzed text i.e year, author etc. |
combine |
if TRUE combines plotting data for each text into one data frame; if false returns a data frame for each text; default FALSE |
data frame or list of data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.