Description Usage Arguments Value Examples
Plotting Estimating epimutation
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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
1 2 3 | # 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.