Learn R Programming

SNPhood (version 1.2.3)

parameters: Retrieve the parameters of an object.

Description

Retrieve the parameters of an object.

Retrieve the parameters of a SNPhood object.

Usage

parameters(object, ...)
"parameters"(object, ...)

Arguments

object
An object containing parameters with which it was created.
...
Additional arguments, for use in specific methods.

Value

A named list with all parameters and its current values of the SNPhood object.

Examples

Run this code
data(SNPhood.o, package="SNPhood")
parameters(SNPhood.o)

Run the code above in your browser using DataLab