plot_area: Plot fitted area

Description Usage See Also Examples

View source: R/areas.R

Description

Plot fitted area

Usage

1

See Also

Other area functions: area

Examples

1
2
3
4
5
6
7
8
9
file <- system.file("extdata/cv/cv_example.txt", package = "osc")
df <- echem_read(file)

df1 <- area(df, sw = 1, x1 = -1.85, x2 = -1.40)
g1 <- plot_area(df1)
df2 <- area(df, sw = 2, x1 = -1.65, x2 = -1.25)
g2 <- plot_area(df2)

gridExtra::grid.arrange(g1, g2, ncol = 1)

SPOMAN/osc documentation built on May 14, 2019, 7:41 a.m.