parameters-methods: Retrieve the parameters of an object.

Description Usage Arguments Value Examples

Description

Retrieve the parameters of an object.

Retrieve the parameters of a SNPhood object.

Usage

1
2
3
4
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

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

SNPhood documentation built on Nov. 8, 2020, 6:22 p.m.