Description Usage Arguments Value See Also Examples
Enable user to identify a dot on a plot produced by plot.mediation
.
1 2 | ## S3 method for class 'mediation'
identify(med, label.col = "symbol")
|
med |
A mediation object |
label.col |
A column name of |
A row from med
corresponding to the point nearest to the click.
1 2 3 4 5 6 7 8 | data(Tmem68)
med <- mediation.scan(target = Tmem68$target,
mediator = Tmem68$mediator,
annotation = Tmem68$annotation,
covar = Tmem68$covar,
qtl.geno = Tmem68$qtl.geno)
plot(med)
identify(med)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.