powered by
Short version of plotcli_box function.
pclibx( y, plot_width = getOption("plotcli.plot_width", 80), plot_height = getOption("plotcli.plot_height", 40), x_label = "x", y_label = "y", color = NULL, braille = getOption("plotcli.braille", TRUE), name = "boxplot", ... )
A list of numeric vectors of values
Width of the plot (default: 80)
Height of the plot (default: 40)
Label for the x-axis (default: "x")
Label for the y-axis (default: "y")
Color of the plot elements (default: NULL)
Use Braille characters for the plot (default: TRUE)
Name of the plot element (default: "boxplot")
Additional arguments passed to the plotcli$new() function
A vector of categories
y <- rnorm(50, mean = 0) pclib(y)
Run the code above in your browser using DataLab