import(Rcpp,methods,graphics)
useDynLib(ConConPiWiFun)
exportPattern("^[[:alpha:]]+")
exportMethods( "plot", "show" )
