/usr/lib/R/site-library/RandomFields/NAMESPACE is in r-cran-randomfields 3.0.32-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | ## Usual Functions
##
#exportPattern("^[^\\.]")
exportPattern("^R")
export(as.matrix.RFspatialGridDataFrame, as.matrix.RFgridDataFrame,
conventional2RFspDataFrame,
# internal fcts used for maintainance
Print, rfGenerateModels, checkExamples, FinalizeExample, Dependencies,
# obsolete
CondSimu, Covariance, CovarianceFct, CovMatrix,
DeleteAllRegisters, DeleteRegister, DoSimulateRF,
EmpiricalVariogram, fitvario, fractal.dim, GaussRF, hurst,
InitSimulateRF, InitGaussRF, InitMaxStableRF,
Kriging, MaxStableRF, RFparameters, Variogram,
plotWithCircles,
#others:
## never delete PrintModelList as it is used in Roger's book!
PrintModelList
)
useDynLib(RandomFields)
# Classes
importClassesFrom('sp',
"SpatialGridDataFrame",
"SpatialPointsDataFrame",
"SpatialGrid",
"SpatialPixels",
"SpatialPoints",
"Spatial")
#importClassesFrom('raster', "Raster")
exportClasses()
## S4 methods
importMethodsFrom('sp', "dimensions") #"gridded"gibts nicht!
#importMethodsFrom('raster', '[')
exportMethods("[", "[<-", "+", show, plot, persp, anova, summary)
#, logLik, AIC, BIC)
exportMethods(RFspDataFrame2conventional,
RFspDataFrame2dataArray,
# GridTopology2gridVectors,
coerce,
# coordinates,
isGridded,
dimensions)
#importFrom("raster", raster)
## S3 Methods
S3method(summary, RFcrossvalidate)
S3method(print, RFcrossvalidate)
S3method(print, summary.RFcrossvalidate)
S3method(contour, RFempVariog)
S3method(print, RFempVariog)
S3method(print, RF_empVariog)
S3method(summary, RFempVariog)
S3method(summary, RF_empVariog)
S3method(print, summary.RFempVariog)
S3method(AIC, RFfit)
S3method(AIC, RF_fit)
#S3method(AICc, RFmodelfit)
S3method(anova, RFfit)
S3method(anova, RF_fit)
#S3method(BIC, RFfit)
#S3method(BIC, RF_fit)
S3method(logLik, RFfit)
S3method(logLik, RF_fit)
S3method(print, RFfit)
S3method(print, RF_fit)
S3method(summary, RFfit)
S3method(summary, RF_fit)
S3method(print, RFgetModelInfo)
S3method(as.matrix, GridTopology)
S3method(as.matrix, RFgridDataFrame)
S3method(cbind, RFgridDataFrame)
S3method(print, RFgridDataFrame)
S3method(summary, RFgridDataFrame)
S3method(print, RFopt)
S3method(summary, RFopt)
S3method(print, summary.RFopt)
S3method(print, RFoptElmnt)
S3method(summary, RFoptElmnt)
S3method(print, summary.RFoptElmnt)
S3method(cbind, RFpointsDataFrame)
S3method(print, RFpointsDataFrame)
S3method(summary, RFpointsDataFrame)
S3method(print, summary.RFpointsDataFrame)
S3method(print, RFratiotest)
S3method(print, RFsp)
S3method(summary, RFsp)
S3method(print, summary.RFsp)
S3method(cbind, RFspatialGridDataFrame)
S3method(print, RFspatialGridDataFrame)
S3method(contour, RFspatialGridDataFrame)
S3method(cbind, RFspatialPointsDataFrame)
S3method(print, RFspatialPointsDataFrame)
S3method(summary, RFspatialPointsDataFrame)
S3method(lines, RMmodel)
S3method(points,RMmodel)
S3method(print, RMmodel)
S3method(print, RM_model)
S3method(summary, RMmodel)
S3method(summary, RM_model)
S3method(print, summary.RMmodel)
S3method(print, RMmodelgenerator)
S3method(anova, RMmodelFit)
S3method(anova, RM_modelFit)
S3method(print, RMmodelFit)
S3method(print, RM_modelFit)
S3method(summary, RMmodelFit)
S3method(summary, RM_modelFit)
S3method(print, summary.RMmodelFit)
|