# NOT RUN {
data(critical)
critical # show entire table
data(equal)
names(equal)
equal$fi # extract just the frequency band centers
data(onethird)
barplot(onethird$Ii) # plot band importance function (weights)
data(octave)
round(octave, digits=2) # just 2 digits
data(overall.spl)
overall.spl
# }
Run the code above in your browser using DataLab