## load dynamic library 'FKF'
useDynLib(FKF)
import("graphics")
import("RUnit")

export("fkf", "plot.fkf")
exportClasses("fkf")
## export plot method for class fkf
S3method("plot", "fkf")