Description Usage Arguments Details Value Examples
FUNCTION_DESCRIPTION
1 2 3 4 |
x |
should be a data.frame with each column representing a data dimension |
group |
a grouping variable |
level |
PARAM_DESCRIPTION, Default: 0.95 |
lab_group |
PARAM_DESCRIPTION, Default: ” |
lab_y |
PARAM_DESCRIPTION, Default: ” |
lab_x |
PARAM_DESCRIPTION, Default: ” |
title |
PARAM_DESCRIPTION, Default: ” |
ylim |
PARAM_DESCRIPTION |
include_lines |
PARAM_DESCRIPTION, Default: FALSE |
seriate |
PARAM_DESCRIPTION, Default: TRUE |
facet |
PARAM_DESCRIPTION, Default: FALSE |
flip |
PARAM_DESCRIPTION, Default: FALSE |
alpha_per_line |
PARAM_DESCRIPTION, Default: 0.1 |
alpha_geom_ribbon |
PARAM_DESCRIPTION, Default: 0.5 |
jitter_median_factor |
PARAM_DESCRIPTION, Default: 0 |
... |
PARAM_DESCRIPTION |
DETAILS
OUTPUT_DESCRIPTION
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ## Not run:
ggparci(iris[,-5], iris[,5])
ggparci(normalize(iris[,-5]), iris[,5], ylim = c(0,1))
ggparci(percentize(iris[,-5]), iris[,5], ylim = c(0,1))
ggparci(x = percentize(mtcars[,-10]),group = factor(mtcars[,10]), ylim = c(0,1))
ggparci(x = percentize(mtcars[,-9]),group = factor(mtcars[,9]), ylim = c(0,1), lab_group = "automatic\nvs\nmanual")
ggparci(x = percentize(mtcars[,-9]),group = factor(mtcars[,9]), jitter_median_factor = 0)
ggparci(x = percentize(mtcars[,-9]),group = factor(mtcars[,9]), jitter_median_factor = 5)
p <- ggparci(x = percentize(mtcars[,-9]),group = factor(mtcars[,9]), ylim = c(0,1), lab_group = "automatic\nvs\nmanual", flip = TRUE)
library(plotly)
ggplotly(p)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.