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
|
# Generated by roxygen2: do not edit by hand
S3method(plot,bivden)
S3method(plot,msden)
S3method(plot,rrs)
S3method(plot,rrst)
S3method(plot,stden)
S3method(print,bivden)
S3method(print,msden)
S3method(print,rrs)
S3method(print,rrst)
S3method(print,stden)
S3method(summary,bivden)
S3method(summary,msden)
S3method(summary,rrs)
S3method(summary,rrst)
S3method(summary,stden)
export(BOOT.density)
export(BOOT.spattemp)
export(LIK.density)
export(LIK.spattemp)
export(LSCV.density)
export(LSCV.risk)
export(LSCV.spattemp)
export(NS)
export(NS.spattemp)
export(OS)
export(OS.spattemp)
export(SLIK.adapt)
export(available.h0)
export(bivariate.density)
export(fft2d)
export(multiscale.density)
export(multiscale.slice)
export(rimpoly)
export(risk)
export(spattemp.density)
export(spattemp.risk)
export(spattemp.slice)
export(tol.classify)
export(tol.classplot)
export(tol.contour)
export(tolerance)
import(spatstat)
import(spatstat.explore)
import(spatstat.geom)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(misc3d,kde3d)
importFrom(parallel,detectCores)
importFrom(spatstat.utils,inside.range)
importFrom(spatstat.utils,prange)
importFrom(spatstat.utils,tapplysum)
importFrom(stats,IQR)
importFrom(stats,bw.SJ)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,fft)
importFrom(stats,optim)
importFrom(stats,optimise)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,spline)
importFrom(stats,var)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
|