sobir (version 0.1.1)

calc_area: Caculate the no-data zone areas

Description

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

Usage

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

Run this code
# NOT RUN {
a = rnorm(100,0,1)
b = rnorm(100,0,1)
calc_area(a,b)
# }

Run the code above in your browser using DataLab