plot.Phenotypes {gespeR} | R Documentation |
Plot method for Phenotype objects
## S3 method for class 'Phenotypes' plot(x, ...)
x |
A |
... |
Additional arguments for plot |
Histogram of scores phenos <- Phenotypes(system.file("extdata", "Phenotypes_screen_A.txt", package = "gespeR"), type = "SSP", col.id = 1, col.score = 2) plot(phenos)
Fabian Schmich