extract_bpts: Extract boundary points

Description Usage Arguments Value Examples

View source: R/extract_bpts.R

Description

extract_bpts identifies the boundary points to a scatterplot and labels the relevant data for further analysis in the sobir package.

Usage

1
extract_bpts(xdat, ydat)

Arguments

xdat

a vector of the independent data

ydat

a vector of the dependent data

Value

a data frame of the two vectors with the boundary points and other relevant data labelled.

Examples

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

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