useDynLib(Grappa,.registration=TRUE, .fixes="F_")
exportPattern("^[[:alpha:]]+")
export("print.tab")
importFrom("graphics", "lines", "text")
importFrom("stats", "rbeta")
S3method(print,tab)
