Package: ContourFunctions
Type: Package
Title: Create Contour Plots from Data or a Function
Version: 0.1.1
Authors@R: person("Collin", "Erickson", 
  email = "collinberickson@gmail.com",
  role = c("aut", "cre"))
Description: Provides functions for making contour plots.
  The contour plot can be created from grid data, a function,
  or a data set. If non-grid data is given, then a Gaussian
  process is fit to the data and used to create the contour plot.
License: GPL-3
RoxygenNote: 6.1.1
Suggests: 
    knitr,
    rmarkdown,
    lhs,
    mlegp,
    ggplot2,
    laGP,
    covr,
    testthat
VignetteBuilder: knitr
URL: https://github.com/CollinErickson/contour
Encoding: UTF-8
