| plot_iota2_alluvial {iotarelr} | R Documentation |
Plot of the Coding Stream
Description
Function for creating an alluvial plot that can be plotted via ggplot2.
Usage
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"
)
Arguments
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 |
|
Value
Returns an object of class gg and ggplot which can be
shown with plot().
Note
An example for interpreting the plot can be found in the vignette
Get started or via
vignette("iotarelr", package = "iotarelr").