| plot_iota2_alluvial | R Documentation | 
Function for creating an alluvial plot that can be plotted via ggplot2.
plot_iota2_alluvial(
  object,
  label_titel = "Coding Stream from True to Assigned Categories",
  label_prefix_true = "true",
  label_prefix_assigned = "labeled as",
  label_legend_title = "True Categories",
  label_true_category = "True Category",
  label_assigned_category = "Assigned Category",
  label_y_axis = "Relative Frequencies",
  label_categories_size = 3,
  key_size = 0.5,
  text_size = 10,
  legend_position = "right",
  legend_direction = "vertical"
)
| object | Estimates of Iota 2 created with  | 
| label_titel | 
 | 
| label_prefix_true | 
 | 
| label_prefix_assigned | 
 | 
| label_legend_title | 
 | 
| label_true_category | 
 | 
| label_assigned_category | 
 | 
| label_y_axis | 
 | 
| label_categories_size | 
 | 
| key_size | 
 | 
| text_size | 
 | 
| legend_position | 
 | 
| legend_direction | 
 | 
Returns an object of class gg and ggplot which can be
shown with plot().
An example for interpreting the plot can be found in the vignette
Get started or via
vignette("iotarelr", package = "iotarelr").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.