plot.fsa_stored {Fragman} | R Documentation |
plot form fsa files stored with storing.inds
Description
plot
method for class "fsa_stored"
.
Usage
## S3 method for class 'fsa_stored'
plot(x, lay=c(2,1), channel=NULL, cex.legend=.5, ncol.legend=4,lims=NULL, color=NULL, ...)
Arguments
x |
an object of class |
lay |
layout for the numberof plots to visualize. |
channel |
if preferred a single channel can be specified. |
cex.legend |
value of the size of the legend. |
ncol.legend |
number of columns to divide the legend. |
lims |
equivalen to ylim argument in plot, xlim still can be used. |
color |
specific colors to use in case the user don't want the default palete. |
... |
Further arguments to be passed |
Value
vector of plot
Author(s)
Giovanny Covarrubias covarrubiasp@wisc.edu
See Also
[Package Fragman version 1.0.9 Index]