https://github.com/cran/SoDA
Raw File
Tip revision: e3fb24ebd97f7686caee78bcef4e558b908a465e authored by jmc on 01 December 2007, 00:00:00 UTC
version 0.97-1
Tip revision: e3fb24e
NAMESPACE
import(graphics)
exportPattern("^[^\\.]")
## useDynLIb(digest) # would be nice, if it worked!
useDynLib(SoDA)
## export(geoDist,geoXY, method.skeleton, packageAdd, promptAll, scanGPSTrack, showLanguage, triDiag, triDiag2, triDiag2S, triDiag3, triDiag3S, traceS3, untraceS3)
## export(binaryRep, binaryRepA, binaryRepBits, binaryRepPowers)
## export(jitterX, jitterXY,  jitterY)
## export(sotu)

exportClass(DateTime, GPSTrack)
exportClass(track, track3)
exportMethods(plot)
exportMethods(show)
exportClass(randomGeneratorState, simulationResult, demoSource)


back to top