pullROI | R Documentation |
pullROI
sub-samples a qPLMarr
object with an
interactively selected rectangular ROI.
pullROI(qPLMarr, layer)
qPLMarr |
A |
layer |
Value from 1-3; this layer will be displayed on-screen for
selecting the ROI (1 = I, 2 = theta, 3 = phi).
The resulting ROI will include all of the 'stacked' layers from the
|
A qPLMarr
object with the subsampled pixels. This object will
maintain all the attributes of the original.
Other qPLM Analysis Functions:
angGaussSumm()
,
centroidCorr()
,
pullCluster()
,
pullqPLMSample()
,
qPLMClust()
,
qPLMTabulate()
#oldwd<-getwd()
#setwd(system.file("extdata", package = "microTransit"))
#load("testqPLMarr.R")
#setwd(oldwd)
testROI<-pullROI(testqPLMarr, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.