mplot: Create simply line plot from x + y coordinates. Designed for...

Description Usage Arguments Value Examples

View source: R/mplot.R

Description

Create simply line plot from x + y coordinates. Designed for 'meandr' but can be used in other applications.

Usage

1
mplot(.df)

Arguments

.df

A data frame containing at least two numeric columns.

Value

An object of class 'gg'

Examples

1
2
3
mplot(data.frame(x = 1:10, y = 1:10))

mplot(meandr())

sccmckenzie/meandr documentation built on May 5, 2021, 4:23 a.m.