parameters {SNPhood}R Documentation

Retrieve the parameters of an object.

Description

Retrieve the parameters of an object.

Retrieve the parameters of a SNPhood object.

Usage

parameters(object, ...)

## S4 method for signature 'SNPhood'
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

data(SNPhood.o, package="SNPhood")
parameters(SNPhood.o)

[Package SNPhood version 1.20.0 Index]