https://github.com/cran/fields
Raw File
Tip revision: 6a574ee78277f7f38ae7939a12894c1616dc61eb authored by Douglas Nychka on 16 October 2015, 01:28:36 UTC
version 8.3-5
Tip revision: 6a574ee
DESCRIPTION
Package: fields
Version: 8.3-5
Date: 2015-10-11
Title: Tools for Spatial Data
Authors@R: c( person("Douglas", "Nychka", role = c("aut", "cre"),
               email = "nychka@ucar.edu"),
            person("Reinhard", "Furrer", role = c("aut"),
               email = "reinhard.furrer@math.uzh.ch"),
            person("John", "Paige", role = c("aut"),
               email = "paigejo@uw.edu"),
            person("Stephan", "Sain", role = "aut",
               email = "ssain@ucar.edu")) 
Author: Douglas Nychka [aut, cre], Reinhard Furrer [aut], John Paige [aut], Stephan Sain [aut]
Maintainer: Douglas Nychka <nychka@ucar.edu>
Description: For curve, surface and function
 fitting with an emphasis on splines, spatial data and spatial
 statistics. The major methods include cubic, and thin plate splines,
 Kriging and compact covariances for large data sets. The splines and
 Kriging methods are supporting by functions that can determine the
 smoothing parameter (nugget and sill variance) by cross validation
 and also by restricted maximum likelihood. For Kriging there is
 an easy to function that also estimates the correlation scale (range).
 A major feature is that
 any covariance function implemented in R and following a simple fields
 format can be used for spatial prediction. There are also many useful
 functions for plotting and
 working with spatial data as images. This package also contains an
 implementation of sparse matrix methods for large spatial data sets and
 currently requires the sparse matrix (spam) package.
 Use help(fields) to get started and for an
 overview.  The fields source code is deliberately commented and
 provides useful explanations of numerical details in addition to the
 manual pages. The commented source code can be viewed by expanding the
 source code .tar.gz file and looking in R subdirectory. 
License: GPL (>= 2)
URL: http://www.image.ucar.edu/Software/Fields
Depends: R (>= 3.0), methods, spam, maps
NeedsCompilation: yes
Packaged: 2015-10-13 14:28:46 UTC; nychka
Repository: CRAN
Date/Publication: 2015-10-16 01:28:36
back to top