View source: R/R_funclib_movAPA.r
| samplePACds | R Documentation | 
samplePACds returns a random subset of PACdataset.
samplePACds(pacds, N, nPAT = 1)
| pacds | a PACdataset | 
| N | number of sampled PACs. If N>nrow(pacds), then do not sampling. | 
| nPAT | filter PACs with total tagnum>=nPAT before sampling. | 
A subset of PACdataset.
data(PACds)
pacds=samplePACds(PACds, N=1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.