# NOT RUN {
#
# First make sure that your favourite graphics device is open
# otherwise S-Plus will complain.
#
# Let's draw a one-dimensional Daubechies least-asymmetric wavelet
# N=10
#
# }
# NOT RUN {
draw.default(filter.number=10, family="DaubLeAsymm")
# }
# NOT RUN {
#
# Wow. What a great picture!
#
# Now how about a one-dimensional Daubechies extremal-phase scaling function
# with N=2
#
# }
# NOT RUN {
draw.default(filter.number=2, family="DaubExPhase")
# }
# NOT RUN {
#
# Excellent! Now how about a two-dimensional Daubechies least-asymmetric
# N=6 wavelet
#
# N.b. we'll also reduce the resolution down a bit. If we used the default
# resolution of 8192 this would be probably too much for most computers.
#
# }
# NOT RUN {
draw.default(filter.number=6, family="DaubLeAsymm", dimension=2, res=256)
# }
# NOT RUN {
#
# What a pretty picture!
# }
Run the code above in your browser using DataLab