Displaying 1 result from an estimated 1 matches for "fxxxxxxxxxxxxxxxxxx".
Did you mean:
xxxxxxxxxxxxxxxxxxx
2000 Jun 29
2
Question on an alternative to ls() and expanded R object types
...k of these issues
rather gouping objects by subject. My object names have their types either as
prefixes or suffixes and my name space is structured whith A.~~ as storage
space, f.~~ as functions, p.~~ as plot scripts and working.~~ or z.~~ as
working.data. Then I use dummy variables, for instance, fxxxxxxxxxxxxxxxxxx~
to delimit the space between functions and plots. This is all done so that
ls() returns a well structured workspace. Note that my only organizational
structure is the alphbetical nature of the objects rather than object
attributes. Splus has solved these issues with the object browser which is
com...