Package: ContourFunctions Type: Package Title: Create Contour Plots from Data or a Function Version: 0.1.2.9000 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: 7.3.1 Imports: rlang Depends: ggplot2, lhs, rmarkdown Suggests: covr, knitr, laGP, locfit, mgcv, mlegp, testthat VignetteBuilder: knitr URL: https://github.com/CollinErickson/ContourFunctions Encoding: UTF-8 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://collinerickson.r-universe.dev Date/Publication: 2024-09-11 23:52:22 UTC RemoteUrl: https://github.com/collinerickson/contourfunctions RemoteRef: HEAD RemoteSha: 715d77f00b5536ca35aff1a7c665ded7e72c96d6 NeedsCompilation: no Packaged: 2026-06-22 07:59:57 UTC; root Author: Collin Erickson [aut, cre] Maintainer: Collin Erickson