Description Usage Arguments Value Examples
Create simply line plot from x + y coordinates. Designed for 'meandr' but can be used in other applications.
1 | mplot(.df)
|
.df |
A data frame containing at least two numeric columns. |
An object of class 'gg'
1 2 3 | mplot(data.frame(x = 1:10, y = 1:10))
mplot(meandr())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.