Other packages > Find by keyword >

fields  

Tools for Spatial Data
View on CRAN: Click here


Download and install fields package within the R console
Install from CRAN:
install.packages("fields")

Install from Github:
library("remotes")
install_github("cran/fields")

Install by package version:
library("remotes")
install_version("fields", "15.2")



Attach the package and use:
library("fields")
Maintained by
Douglas Nychka
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2001-07-27
Latest Update: 2023-08-17
Description:
For curve, surface and function fitting with an emphasis on splines, spatial data, geostatistics,and spatial statistics. The major methods include cubic, and thin plate splines, Kriging, and compactly supported covariance functions for large data sets. The splines and Kriging methods are supported by functions that can determine the smoothing parameter (nugget and sill variance) and other covariance function parameters by cross validation and also by restricted maximum likelihood. For Kriging there is an easy to use function that also estimates the correlation scale (range parameter).A major feature is that any covariance function implemented in R and following a simple 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 as a companion to the manual pages. The commented source code can be viewed by expanding the source code version and looking in the R subdirectory. The reference for fields can be generated by the citation function in R and has DOI <doi:10.5065/D6W957CT>. Development of this package was supported in part by the National Science FoundationGrant 1417857,the National Center for Atmospheric Research, and Colorado School of Mines. See the Fields URL for a vignette on using this package and some background on spatial statistics.
How to cite:
Douglas Nychka (2001). fields: Tools for Spatial Data. R package version 15.2, https://cran.r-project.org/web/packages/fields
Previous versions and publish date:
1.0 (2001-07-27 16:31), 1.1 (2001-12-12 10:12), 1.2 (2002-12-05 20:47), 1.3-1 (2003-05-13 16:54), 1.3 (2003-01-15 23:45), 1.4.2 (2003-11-12 09:26), 1.4 (2003-08-27 07:30), 1.5 (2004-05-15 18:58), 1.7.2 (2004-11-20 21:53), 2.0 (2005-05-18 17:04), 2.3 (2006-02-09 08:02), 3.04 (2006-08-23 22:06), 3.3.1 (2007-01-07 11:13), 3.5 (2007-04-27 18:36), 4.1 (2007-11-30 10:07), 4.3 (2008-07-08 13:16), 5.01 (2008-10-22 11:58), 5.02 (2009-02-09 09:06), 6.01 (2009-09-22 22:24), 6.3 (2010-07-06 21:18), 6.5.2 (2011-06-23 07:47), 6.6.1 (2011-09-27 05:32), 6.6.2 (2011-11-17 12:25), 6.6.3 (2012-01-03 09:50), 6.6 (2011-09-05 22:18), 6.7.5 (2013-04-18 22:51), 6.7.6 (2013-04-21 07:56), 6.7 (2012-10-16 20:52), 6.8 (2013-07-19 23:45), 6.9.1 (2013-12-20 23:12), 7.1 (2014-05-16 16:10), 8.2-1 (2015-02-28 06:50), 8.3-5 (2015-10-16 01:28), 8.3-6 (2016-01-04 11:05), 8.4-1 (2016-05-05 23:56), 8.7 (2016-12-13 07:57), 8.8 (2016-12-16 11:13), 8.10 (2016-12-16 23:26), 8.15 (2017-05-11 20:23), 9.0 (2017-06-06 19:06), 9.6.1 (2019-04-22 08:57), 9.6 (2018-01-29 23:53), 9.7 (2019-04-23 14:50), 9.8-1 (2019-05-14 23:10), 9.8-3 (2019-05-28 23:20), 9.8-6 (2019-08-19 19:40), 9.9 (2019-10-13 19:20), 10.0 (2019-11-11 23:50), 10.2 (2020-02-02 18:30), 10.3 (2020-02-04 17:30), 11.4 (2020-09-03 00:40), 11.5 (2020-10-04 20:50), 11.6 (2020-10-09 12:50), 12.3 (2021-05-17 18:20), 12.5 (2021-06-25 14:40), 13.3 (2021-10-30 15:40), 14.0 (2022-07-05 23:40), 14.1 (2022-08-12 08:50)
Other packages that cited fields R package
View fields citation profile
Other R packages that fields depends, imports, suggests or enhances
Functions, R codes and Examples using the fields R package
Some associated functions: BD . CO . CO2 . CovarianceUpper . Exponential . FORTRAN.internal . Krig.Amatrix . Krig.engine.default . Krig.null.function . Krig . Krig.replicates . KrigFindLambda . NorthAmericanRainfall . QTps . RCMexample . RMprecip . Tps . US.dat . US . Wendland . WorldBank . add.image . arrow.plot . as.image . as.surface . bplot . bplot.xy . colorbar.plot . compactToMat . cover.design . drape.plot . envelopePlot . exp.cov . fields-internal . fields-stuff . fields.grid . fields.hints . fields . fields.tests . flame . glacier . grid.list . image.cov . image.plot . image.smooth . image2lz . imagePlot . interp.surface . lennon . mKrig . mKrigMLE . minitri . offGridWeights . ozone . ozone2 . plot.Krig . plot.surface . poly.image . predict.Krig . predictSE.Krig . predictSurface . print.Krig . pushpin . qsreg . quilt.plot . rat.diet . rdist.earth . rdist . registeredC . ribbon.plot . set.panel . sim.Krig . sim.rf . smooth.2d . spam2lz . spatialProcess . splint . sreg . stats.bin . stats . summary.Krig . summary.ncdf . supportsArg . surface.Krig . tim.colors . transformx . vgram.matrix . vgram . world . xline . yline . 
Some associated R codes: BD.R . ChicagoO3.R . Exponential.R . ExponentialUpper.R . Krig.R . Krig.family.R . KrigFindLambda.R . Matern.R . Matern.parameters.R . Paciorek.cov.R . QSreg.R . QTps.R . RMprecip.R . RadialBasis.R . RdistEarth.R . SUBSCRIPTINGSpatialDesign.R . Tps.R . Tps.cov.R . US.R . add.image.R . addColorBarTriangle.R . addLegend.R . addMarginsGridList.R . arrow.plot.R . as.image.R . as.surface.R . bisection.search.R . bplot.family.R . bubblePlot.R . cat.matrix.R . cat.to.list.R . ceiling2.R . circulantEmbedding.R . circulantEmbeddingSetup.R . coef.Krig.R . color.scale.R . colorBar.R . colorbar.plot.R . compactToMat.R . confidenceIntervalMLE.R . cover.design.R . cubic.cov.R . describe.R . discretize.image.R . double.exp.R . drape.color.R . drape.plot.R . dyadic.2check.R . dyadic.check.R . envelopePlot.R . evlpoly.R . evlpoly2.R . exp.cov.R . exp.earth.cov.R . exp.image.cov.R . exp.simple.cov.R . fast.1way.R . fastTps.R . fields.color.picker.R . fields.convert.grid.R . fields.derivative.poly.R . fields.duplicated.matrix.R . fields.mkpoly.R . fields.rdist.near.R . fields.style.R . fields.x.to.grid.R . find.upcross.R . fitted.Krig.R . flame.R . gauss.cov.R . gcv.sreg.R . golden.section.search.R . image.family.R . image.plot.R . image.smooth.R . imagePlot.R . imagePlotOLD.R . in.poly.R . interp.surface.R . interp.surface.grid.R . larry.colors.R . mKrig.R . mKrigCheckXY.R . mKrigFastPredict.R . mKrigFastPredictSetup.R . mKrigMLEGrid.R . mKrigMLEJoint.R . mKrigMisc.R . make.surface.grid.R . makeMultiIndex.R . makePredictionGrid.R . matern.image.cov.R . minimax.crit.R . minitri.R . multWendlandGrid.R . offGridWeights.R . offGridWeights1D.R . offGridWeights2D.R . parse.grid.list.R . plot.Krig.R . plot.spatialDesign.R . plot.spatialProcess.R . plot.sreg.R . plot.surface.R . plot.vgram.matrix.R . poly.image.R . predict.Krig.R . predict.fastTps.R . predict.interp.surface.R . predict.mKrig.R . predict.sreg.R . predictDerivative.Krig.R . predictSE.Krig.R . predictSE.R . predictSE.mKrig.R . predictSEUsingKrigA.R . predictSurface.Krig.R . predictSurface.family.R . predictSurface.mKrig.R . predictSurfaceSE.R . print.Krig.R . print.mKrig.R . print.mKrig.summary.R . print.spatial.design.R . print.spatialProcess.R . print.spatialProcessSummary.R . print.sreg.R . print.summary.Krig.R . print.summary.sreg.R . print.summarySpatialDesign.R . printGCVWarnings.R . profile.R . profileCI.R . profileMLE.R . qr.q2ty.R . qr.yq2.R . qsreg.family.R . quickPrint.R . quilt.plot.R . rad.cov.R . rad.image.cov.R . rad.simple.cov.R . radbas.constant.R . rat.diet.R . rdist.R . rdist.earth.R . rdist.earth.vec.R . rdist.vec.R . residuals.Krig.R . ribbon.plot.R . set.panel.R . setup.image.smooth.R . setupLegend.R . sim.Krig.R . sim.rf.R . sim.spatialProcess.R . simLocal.spatialProcess.R . simSpatialData.R . smooth.2d.R . snow.colors.R . spam_2lz.R . spatialProcess.R . spatialProcessSetDefaults.R . splint.R . sreg.family.R . stationary.cov.R . stationary.image.cov.R . stationary.taper.cov.R . stats.R . stats.bin.R . summary.Krig.R . summary.mKrig.R . summary.ncdf.R . summary.spatialDesign.R . summary.spatialProcess.R . summary.sreg.R . summaryGCV.Krig.R . summaryGCV.sreg.R . supportsArg.R . surface.family.R . test.for.zero.R . tim.colors.R . transformx.R . unrollZGrid.R . unscale.R . vgram.family.R . vgram.matrix.R . wendland.family.R . wendland.image.cov.R . which.max.matrix.R . world.R . xline.R . yline.R .  Full fields package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

bulletr  
Algorithms for Matching Bullet Lands
Analyze bullet lands using nonparametric methods. We provide a reading routine for x3p files (see &l ...
Download / Learn more Package Citations See dependency  
lgarch  
Simulation and Estimation of Log-GARCH Models
Simulation and estimation of univariate and multivariate log-GARCH models. The main functions of the ...
Download / Learn more Package Citations See dependency  
Deriv  
Symbolic Differentiation
R-based solution for symbolic differentiation. It admits user-defined function as well as function s ...
Download / Learn more Package Citations See dependency  
buildr  
Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns