plot.Phenotypes {gespeR}R Documentation

Plot method for Phenotype objects

Description

Plot method for Phenotype objects

Usage

## S3 method for class 'Phenotypes'
plot(x, ...)

Arguments

x

A Phenotypes object

...

Additional arguments for plot

Value

Histogram of scores phenos <- Phenotypes(system.file("extdata", "Phenotypes_screen_A.txt", package = "gespeR"), type = "SSP", col.id = 1, col.score = 2) plot(phenos)

Author(s)

Fabian Schmich


[Package gespeR version 1.14.1 Index]