plot.big_sp_list {bigstatsr} | R Documentation |
Plot method
Description
Plot method for class big_sp_list
.
Usage
## S3 method for class 'big_sp_list'
plot(x, coeff = 1, ...)
Arguments
x |
An object of class |
coeff |
Relative size of text. Default is |
... |
Not used. |
Value
A ggplot2
object. You can plot it using the print
method.
You can modify it as you wish by adding layers. You might want to read
this chapter
to get more familiar with the package ggplot2.
[Package bigstatsr version 1.5.12 Index]