parameters {SNPhood} | R Documentation |
Retrieve the parameters of an object.
Retrieve the parameters of a SNPhood
object.
parameters(object, ...) ## S4 method for signature 'SNPhood' parameters(object, ...)
object |
An object containing parameters with which it was created. |
... |
Additional arguments, for use in specific methods. |
A named list with all parameters and its current values of the SNPhood
object.
data(SNPhood.o, package="SNPhood") parameters(SNPhood.o)