powered by
Summary method for class boxclip.
# S3 method for boxclip summary(object,...)
summary.boxclip prints the following items:
Cut-off value. Only points with a proportion >= clipit will be retained.
Rectangle width in x-units. Filter criterion is the proportion of data points inside the rectangle.
Rectangle height in y-units. Filter criterion is the proportion of data points inside the rectangle.
Number of original data.
Number of data remaining.
Percentage remaining.
an object of class boxclip
currently, no other arguments are required.
Thomas Ruf thomas.p.ruf@me.com
Signer (2010) <doi: 10.1111/j.2041-210X.2009.00010.x>
boxclip
data ("wb_month.RData") x=wb_month$x y=wb_month$hr myclip=boxclip(x,y,clipit=0.25,width=15) summary(myclip)
Run the code above in your browser using DataLab