create_plot_data: re-format output of bow_ci function to plottable format

Description Usage Arguments Value

View source: R/create_plot_data.R

Description

re-format output of bow_ci function to plottable format

Usage

1
2
3
4
5
6
7
create_plot_data(
  bstrap_output,
  phenomena = NULL,
  descriptors = NULL,
  meta_data = NULL,
  combine = FALSE
)

Arguments

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

Value

data frame or list of data frames


till-tietz/rbow documentation built on Oct. 21, 2021, 9:16 p.m.