KorcakPlot2_100m: Compares and plots 2 data sets of water patches

View source: R/KorcaklPlot2_100m.R

KorcakPlot2_100mR Documentation

Compares and plots 2 data sets of water patches

Description

Only plots patches bigger than 100m x 100m, i.e. 10,000 m2.

Usage

KorcakPlot2_100m(data1, name1, data2, name2)

Arguments

data1

Required. Vector of first set of water areas.

name1

Required. String of name of first data set.

data2

Required. Vector of second set of water areas.

name2

Required. String of name of second data set.

Value

Returns ggplot2 object containing plot.

Examples

## Not run: 
p <- KorcakPlot2_100m(data1, 'set1', data2, 'set2')
## End(Not run)

KevinShook/WDPMr documentation built on April 23, 2022, 12:32 a.m.