dsvls {labdsv} | R Documentation |
LabDSV Object ls() Command
Description
The function searches through all the objects in the specified environment, and determines which ones have specific meaning in LabDSV. It then produces an output of a summary of every known LabDSV object sorted by type.
Usage
dsvls(frame=NULL,opt='full')
Arguments
frame |
an environment; if null substitutes parent.frame() |
opt |
a switch for ‘full’ or ‘brief’ output |
Value
Prints output to the console
Note
It's common that after a while the number of objects in your workspace can get large, and even with disciplined naming of objects the list can get overwhelming. dsvls() attempts to organize and report on the objects LabDSV understands.
Author(s)
David W. Roberts droberts@montana.edu
Examples
data(bryceveg)
dis.bc <- dsvdis(bryceveg,'bray')
nmds.bc <- nmds(dis.bc,2)
dsvls()
[Package labdsv version 2.1-0 Index]