- x
Name of the genlight object [required].
- plot.display
If TRUE, the plot is displayed in the plot window
[default TRUE].
- ind.labels
If TRUE, individual IDs are shown [default FALSE].
- label.size
Size of the individual labels [default 10].
- group.pop
If ind.labels is TRUE, group by population [default TRUE].
- plot.theme
Theme for the plot. See Details for options
[default NULL].
- plot.colors
List of four color names for the column fill for homozygous reference,
heterozygous, homozygous alternate, and missing value (NA) [default c("#0000FF","#00FFFF","#FF0000","#e0e0e0")].
- plot.file
Name for the RDS binary file to save (base name only, exclude extension) [default NULL]
- plot.dir
Directory to save the plot RDS files [default as specified
by the global working directory or tempdir()]#'
- het.only
If TRUE, show only the heterozygous state [default FALSE]
- legend
Position of the legend: “left”, “top”, “right”, “bottom” or
'none' [default = 'bottom'].
- verbose
Verbosity: 0, silent or fatal errors; 1, begin and end; 2,
progress log; 3, progress and results summary; 5, full report
[default 2 or as specified using gl.set.verbosity]