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