Description Usage Arguments Value Author(s) Examples
Draw a point&line plot using multiple variable according the grouping info. Function 2.
1 | ggpointplot(data, type = "simple", fun.data = mean_sdl, size = 4)
|
data |
A dataframe containing the grouping info and more than one numeric variables. The structure of data likes iris. |
type |
The type of plot, one of "simple" and "facet", the default type is "simple". |
fun.data |
The function used to draw the errorbar, one of "mean_sdl" and "mean_se" |
size |
the size of point |
a point plot
Zhonghui Gai
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.