Learn R Programming

boxfilter (version 0.2)

store: Store data

Description

Stores original and filtered data.

Usage

store(object)

Value

returns nothing

Arguments

object

Must be of class "boxclip", resulting from boxclip.

Author

Thomas Ruf (thomas.p.ruf@me.com)

Examples

Run this code
data ("wb_month.RData")

x=wb_month$x
y=wb_month$hr

myclip=boxclip(x,y,clipit=0.25,width=15)
summary(myclip)
store(myclip)

Run the code above in your browser using DataLab