makeplot {NBAMSeq} | R Documentation |
This function makes plots to visualize nonlinear associations.
makeplot(object, phenoname, genename, ...)
object |
a NBAMSeqDataSet object |
phenoname |
the name of nonlinear variable to be visualized |
genename |
the name of gene to be visualized |
... |
additional arguments provided to |
the plot made by plot.gam() function
gsd = makeExample(n = 3, m = 10) gsd = NBAMSeq(gsd) makeplot(gsd, "pheno", "gene3", main = "gene10")