PlotSetArray-class: PlotSetArray Reference Class
Description
PlotSetArray Reference ClassSubsetting
x
is an object of PlotSetArray
class:
x[1:2,1:2]
producesPlotSetArray
with
2 feature(s) and 2 tracks.x[1:2]
producesPlotSetList
with 2 feature/tracks pairs.x[[1]]
produces singlePlotSetPair
.unlist(x)
producesPlotSetList
with all feature/tracks pairs.x$as.array()
produces the matrix ofPlotSetPair
classes with all feature/tracks pairs.