## Not run:
#
# ##################################
# # prerequisite: loaded ae emuDB
# # (see ?load_emuDB for more information)
#
# # add perspective called "justTones" to the ae emuDB
# add_perspective(emuDBhandle = ae,
# name = "justTones")
#
# # add levelCanvasOrder so only the "Tone" level is displayed
# set_levelCanvasesOrder(emuDBhandle = ae,
# perspectiveName = "justTones",
# order = c("Tone"))
#
# # list perspectives of ae emuDB
# list_perspectives(emuDBhandle = ae)
#
# # remove newly added perspective
# remove_perspective(emuDBhandle = ae,
# name = "justTones")
#
# ## End(Not run)
Run the code above in your browser using DataLab