calc_area: Caculate the no-data zone areas

Description Usage Arguments Value Examples

View source: R/calc_area.R

Description

This function supports the other sobir functions by calculating the no-data zone areas

Usage

1
calc_area(xdat, ydat)

Arguments

xdat

a vector of the independent data

ydat

a vector of the dependent data

Value

a list of the no-data zone areas

Examples

1
2
3
a = rnorm(100,0,1)
b = rnorm(100,0,1)
calc_area(a,b)

sobir documentation built on Jan. 11, 2020, 9:39 a.m.