Description Usage Arguments Value Examples
contact_plot produces a minimally formatted contact analysis plot
facetted by domain using ggplot2. The input data is created by
contact_data. Additonal formatting can be applied using
ggplot2 functions (see example).
1 |
data |
List of data frames created by |
A ggplot2 plot object.
1 2 3 4 5 6 | library(ggplot2)
cdata <- contact_data(dholes, grade)
p <- contact_plot(cdata)
p +
labs(x = "Distance (m)", y = "Mean grade (g/t)") +
theme_bw()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.