Description Usage Arguments Details Value Author(s) References Examples
A simple line plot with color split.
1 |
Data_melt |
A melted dataframe from your Data and Design. You should use the RC_melt function to create this or directly the reshape2::melt function. |
Name_project |
A title name for your project. You should define it as an env variable at the beginning of your work. |
choice1 |
The feature you want to focus on from your column variables in your melted dataframe (e.g PDCD1). |
choice2 |
The feature you want to see on x axis from your Design columns. |
choice3 |
The Design feature you want to use to split the data on the boxplot. It should be a column name in your melted dataframe. |
A simple line plot
The function return a ggplot graph object. You can save it and add any ggplot line with the + geom_ ... .
Benjamin Vittrant
https://cran.r-project.org/web/packages/ggplot2/ggplot2.pdf
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.