Learn R Programming

gespeR (version 1.4.2)

gsp: Retrieve GSPs and SSPs from gespeR objects

Description

Retrieve GSPs and SSPs from gespeR objects

Usage

gsp(object)

## S3 method for class 'gespeR': gsp(object)

ssp(object)

## S3 method for class 'gespeR': ssp(object)

Arguments

object
A gespeR object

Value

  • A Phenotypes object of GSPs and SSPs, respectively

See Also

annotate.gsp

scores

Examples

Run this code
data(stabilityfits)
gsp(stabilityfits$A)
ssp(stabilityfits$B)

Run the code above in your browser using DataLab