Package: quadmesh
Type: Package
Title: Quadrangle Mesh
Version: 0.3.0
Authors@R: person("Michael D.","Sumner", role = c("aut", "cre"), email = "mdsumner@gmail.com")
Description: Create surface forms from matrix or 'raster' data for flexible plotting and
 conversion to other mesh types. The functions 'quadmesh' or 'triangmesh'
 produce a continuous surface as a 'mesh3d' object as used by the 'rgl'
 package. This is used for plotting raster data in 3D (optionally with
 texture), and allows the application of a map projection without data loss.
 There are discrete forms of these continuous surfaces available with
 'dquadmesh' and 'dtriangmesh' functions.
License: GPL-3
LazyData: TRUE
RoxygenNote: 6.1.1
Depends: R (>= 2.10)
Encoding: UTF-8
Imports: raster, gridBase, viridis, png, sp, geometry, reproj (>=
        0.2.0)
Suggests: datasets, knitr, rmarkdown, palr, rgl, testthat, ncdf4, covr,
        vdiffr, proj4
URL: https://github.com/hypertidy/quadmesh
BugReports: https://github.com/hypertidy/quadmesh/issues
VignetteBuilder: knitr
ByteCompile: true
NeedsCompilation: no
Packaged: 2019-01-16 03:43:12 UTC; michae_sum
Author: Michael D. Sumner [aut, cre]
Maintainer: Michael D. Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2019-01-16 06:20:14 UTC
