swh:1:snp:f09f06f3c03d37b3363bc7fcb7d7fb7340adda86
Raw File
Tip revision: c0affa382b54c50f6c570a40d978815739e047a1 authored by Edzer Pebesma on 23 July 2011, 14:42:59 UTC
version 0.5-1
Tip revision: c0affa3
NAMESPACE
import(sp)
import(zoo)
import(xts)
import(lattice)
import(methods)
importFrom(stats, aggregate)

exportClasses(
	xts, 
	ST, STF, STFDF, 
	STS, STSDF, 
	STI, STIDF, STIDFtraj, 
	ltraj)

export(ST, 
	STF, STFDF,
	STS, STSDF,
	STI, STIDF,
	as.data.frame.STF,
	as.data.frame.STS,
	as.data.frame.STI,
	as.data.frame.STFDF,
	as.data.frame.STSDF,
	as.data.frame.STIDF,
	unstack.STFDF,
	stplot,
	stConstruct,
	na.omit.STFDF,
	EOF, 
	aggregate.ST)

S3method(as.data.frame, STF)
S3method(as.data.frame, STFDF)
S3method(as.data.frame, STSDF)
S3method(as.data.frame, STIDF)
S3method(as.xts, STIDF)
S3method(dim, ST)
S3method(dim, STF)
S3method(dim, STS)
S3method(dim, STI)
S3method(dim, STFDF)
S3method(dim, STSDF)
S3method(dim, STIDF)
S3method(index, STF)
S3method(index, STS)
S3method(index, STI)
S3method(index, STFDF)
S3method(index, STSDF)
S3method(index, STIDF)
S3method(length, STF)
S3method(length, STS)
S3method(length, STI)
S3method(length, STFDF)
S3method(length, STSDF)
S3method(length, STIDF)
#S3method(unstack, STFDF)
S3method(print, summary.ST)
S3method(rbind, STIDFtraj)
back to top