library(LPE)
# Loading the LPE library
data(Ley)
# Loading the data set
dim(Ley) #gives 12488 * 7
Ley[1:3,]
Ley[1:1000,2:7] <- preprocess(Ley[1:1000,2:7],data.type="MAS5",
threshold=1, LOWESS=TRUE)
Ley[1:3,]
Run the code above in your browser using DataLab