iplot.list and iobj.list since iPlots
are linked to their iSets.
iset.new creates a new iSet and makes it current
iset.list returns all iSets
iset.cur returns the ID of the current iSet
iset.next and iset.prev return the ID
of the next resp. previous iSet in the list relative to the iSet
specified by the argument.
iset.set makes the iSet with the specified ID current.iset.new(name=NULL)
iset.list()
iset.cur()
iset.next(which=iset.cur())
iset.prev(which=iset.cur())
iset.set(which=iset.next())iplot.list, iobj.list