# Generated by roxygen2: do not edit by hand

S3method(plotRout,ICC)
S3method(plotRout,InformationWithLatentDist)
S3method(plotRout,MCC)
S3method(plotRout,TestInfo)
S3method(plotRout,default)
export(plotRout)
exportPattern("^[[:alpha:]]+") # this exports all functions that start with an alphanumeric charachter so that every function in the package is visible (otherwise need to manually add exports to NAMESPACE)
if (.Platform$OS.type=="windows") importFrom(utils,shortPathName)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,across)
importFrom(dplyr,group_by)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme_bw)
importFrom(kableExtra,cell_spec)
importFrom(kableExtra,kable_styling)
importFrom(magrittr,"%>%")
importFrom(methods,hasArg)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(stats,cor)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,qchisq)
importFrom(stats,reshape)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,everything)
useDynLib(conquestr)
