demo/waved.R

cat('Would you like to use the default parameter setting  \n')
cat('to reproduce the figures of: The WaveD Transform in R \n')
cat(' by Marc Raimondo and Michael Stewart, Journal of Statistical Software (2007).\n')
cat('Yes or No (Y/N)?\n')


answer <- readline()
pr=switch(answer,y=,Y=TRUE,FALSE)


data.demo=waved.example(pr)

Try the waved package in your browser

Any scripts or data that you put into this service are public.

waved documentation built on May 2, 2019, 3:21 a.m.