| vcfplot {vcfppR} | R Documentation | 
Make sensible and beautiful plots based on various objects in vcfppR
Description
Make sensible and beautiful plots based on various objects in vcfppR
Usage
vcfplot(obj, which.sample = NULL, variant = c("SNP", "INDEL"), pop = NULL, ...)
Arguments
obj | 
 object returned by vcftable, vcfcomp, vcfsummary  | 
which.sample | 
 which sample to be plotted. NULL will aggregate all samples.  | 
variant | 
 which types of variant are desired  | 
pop | 
 file contains population information  | 
... | 
 parameters passed to graphics  | 
[Package vcfppR version 0.4.6 Index]