sobir (version 0.1.1)

extract_bpts: Extract boundary points

Description

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

Usage

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

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

Run the code above in your browser using DataLab