ABplot | R Documentation |
Plotting Estimating epimutation
ABplot( pedigree.names, output.dir, out.name, alpha = 0.5, geom.point.size = 2, geom.line.size = 0.9, plot.height = 8, plot.width = 11, plot.type = "both", lsq.line = "theory", intract = FALSE )
pedigree.names |
Models output AB*.Rdata |
output.dir |
output directory |
out.name |
filename |
alpha |
ggplot parameters |
geom.point.size |
ggplot parameters |
geom.line.size |
ggplot parameters |
plot.height |
ggplot parameters |
plot.width |
ggplot parameters |
plot.type |
type of plot (data.only, fit.only, both) |
lsq.line |
Least Square Regression line (theory or pred) |
intract |
to see intarctive plot. (useing plotly) |
plot
# Get some toy data file <- system.file("extdata/dm/","Col_CG_global_estimates_ABneutral.Rdata", package="AlphaBeta") ABplot(pedigree.names=file, output.dir=getwd(), out.name="ABneutral")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.