Learn R Programming

gespeR (version 1.4.2)

plot.Phenotypes: 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)