Description Usage Arguments Value Functions See Also
These generics & methods work as an interface between KinPairSimulation objects and the
sample_kindist function. They either retrieve the value of pre-existing filter steps that have
been applied to the object (e.g. upper(x)) or assign such a filtering parameter to the KinPairSimulation
object (e.g. sampledims(x) <- value). In this case, the method passes the KinPairSimulation object to the
sample_kindist() function for subsampling or filtering, then updates the sampling parameter before returning the
modified object. Note that while the sample_kindist function can take KinPairData objects, the methods
described here are only applicable to objects of class KinPairSimulation.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | upper(x)
upper(x) <- value
lower(x)
lower(x) <- value
spacing(x)
spacing(x) <- value
samplenum(x)
samplenum(x) <- value
sampledims(x)
sampledims(x) <- value
## S4 method for signature 'KinPairSimulation'
upper(x)
## S4 method for signature 'KinPairSimulation'
lower(x)
## S4 method for signature 'KinPairSimulation'
spacing(x)
## S4 method for signature 'KinPairSimulation'
samplenum(x)
## S4 method for signature 'KinPairSimulation'
sampledims(x)
## S4 replacement method for signature 'KinPairSimulation'
upper(x) <- value
## S4 replacement method for signature 'KinPairSimulation'
lower(x) <- value
## S4 replacement method for signature 'KinPairSimulation'
spacing(x) <- value
## S4 replacement method for signature 'KinPairSimulation'
samplenum(x) <- value
## S4 replacement method for signature 'KinPairSimulation'
sampledims(x) <- value
|
x |
object of class KinPairSimulation |
value |
value for parameter to be adjusted to |
KinPairSimulation |
object of class KinPairSimulation |
either the accessed numeric filter parameter or a filtered KinPairSimulation object
upper,KinPairSimulation-method:
lower,KinPairSimulation-method:
spacing,KinPairSimulation-method:
samplenum,KinPairSimulation-method:
sampledims,KinPairSimulation-method:
upper<-,KinPairSimulation-method:
lower<-,KinPairSimulation-method:
spacing<-,KinPairSimulation-method:
samplenum<-,KinPairSimulation-method:
sampledims<-,KinPairSimulation-method:
Other kpsmethods:
access_sigmas,
kernelshape(),
kerneltype(),
simtype()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.