export(fitPiecewiseLinreg,pFlowMerge,checkForRemoteErrors,flowObj,ENT,NENT,BIC,ICL,split,map,ptree);
import(flowClust);
import(flowCore);
import(methods);
importClassesFrom(graph, graphNEL);
importMethodsFrom(rrcov,getData);
importMethodsFrom(flowClust,Map)
importMethodsFrom(Rgraphviz,renderGraph)
importFrom(graphics, lines, par);
importFrom(Rgraphviz,layoutGraph)
importFrom(stats, coefficients, lm);
importFrom(utils,combn);
importFrom(feature,featureSignif)
importFrom("grDevices", "rgb")
importFrom("stats", "mahalanobis", "qf")
exportMethods(
    "getData",
    "merge",
    "plot",
    "summary",
    "show",
    "split"
)
exportClasses(
     "flowMerge",
     "flowObj" 
)
