evolution_plot | R Documentation |
This function plot the evolution of the data
evolution_plot(
data,
title = NULL,
xaxis.title = NULL,
yaxis.title,
x,
y,
colour = NULL,
wrap = NULL
)
data |
data frame. |
title |
character. The plot title |
xaxis.title |
character. The title of x axis |
yaxis.title |
character. The title of y axis |
x |
character. The name of variable in data to represent in x axis |
y |
character. The name of variable in data to represent in y axis |
colour |
character. The name of variable in data to represent colour |
wrap |
character. The name of variable in data to represent wrap |
No return value, called for the side effect of drawing a plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.