contact_plot: Produce Basic Contact Analysis Plots.

Description Usage Arguments Value Examples

Description

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).

Usage

1

Arguments

data

List of data frames created by contact_data with 'detail' and 'summary' contact data.

Value

A ggplot2 plot object.

Examples

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()

truemoid/contactr documentation built on May 24, 2019, 9:58 p.m.