plot_lines | R Documentation |
Lines plot fo rpublication in ggplot2
plot_lines( data, group.column = "observations", label.column, x.y.ratio, main.color = "grey", highlight.color = "red", highlight.proteins = NULL, variables.label.fun = p2g, alpha = 0.8, xlab = NULL, ylab = NULL )
data |
data |
group.column |
name of group column |
label.column |
name of column containing labels for proteins |
x.y.ratio |
ratio of x- and y-axis steps |
main.color |
color of lines |
highlight.color |
color of highlighted protein lines |
highlight.proteins |
vector giving containing proteins to highlight |
variables.label.fun |
function to transform accession IDs to labels |
alpha |
transparency of lines |
xlab |
x-axis label |
ylab |
y-axis label |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.