sim_multi_plot: sim_multi_plot

Description Usage Arguments

Description

sim_multi_plot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
sim_multi_plot(
  sim_multi_data,
  path_size = 1,
  path_color = NULL,
  ribbon_fill = NULL,
  ribbon_alpha = 0.3,
  x_title = "Times",
  y_title = "Count",
  x_title_size = NULL,
  y_title_size = NULL,
  x_breaks = NULL,
  y_breaks = NULL,
  x_text_size = NULL,
  y_text_size = NULL,
  legend_side = "right",
  legend_title_size = NULL,
  legend_text_size = NULL
)

Arguments

sim_multi_data

The result from sim_multi_stat.

path_size

The size of path.

path_color

A string of color or a named vector of colors for path.

ribbon_fill

A string of color or a named vector of colors for ribbon.

ribbon_alpha

The opacity of ribbon, ranging from 0 to 1.

x_title

The text for the x-axis title.

y_title

The text for the y-axis title.

x_title_size

The size of x-axis title.

y_title_size

The size of y-axis title.

x_breaks

A numeric vector of break values on the x-axis.

y_breaks

A numeric vector of break values on the y-axis.

x_text_size

The size of tick labels on x-axis.

y_text_size

The size of tick labels on y-axis.

legend_side

The position of legend.

legend_title_size

The size of legend title.

legend_text_size

The size of legend item labels.


xiaonui/vPan documentation built on Dec. 23, 2021, 6:17 p.m.