Usage
glPlot(x, col=NULL, legend=TRUE, posi="bottomleft", bg=rgb(1,1,1,.5),...)## S3 method for class 'genlight':
plot(x, y=NULL, col=NULL, legend=TRUE, posi="bottomleft", bg=rgb(1,1,1,.5),...)
Arguments
col
an optional color vector; the first value corresponds to 0
alleles, the last value corresponds to the ploidy level of the
data. Therefore, the vector should have a length of (ploidy(x)+1
).
legend
a logical indicating whether a legend should be added to
the plot.
posi
a character string indicating where the legend should be
positioned. Can be any concatenation of "bottom"/"top" and "left"/"right".
bg
a color used as a background for the legend; by default,
transparent white is used; this may not be supported on some
devices, and therefore background should be specified
(e.g. bg="white"
).
...
further arguments to be passed to image
. y
ununsed argument, present for compatibility with the
plot
generic.