# Generated by roxygen2: do not edit by hand

S3method(plot,parameter_sensitivity)
S3method(plot,profile_likelihood)
S3method(plot,topolow_convergence)
S3method(plot,topolow_diagnostics)
S3method(print,parameter_sensitivity)
S3method(print,profile_likelihood)
S3method(print,topolow)
S3method(print,topolow_convergence)
S3method(print,topolow_diagnostics)
S3method(summary,topolow)
export(Euclidify)
export(adaptive_MC_sampling)
export(analyze_network_structure)
export(c25)
export(calculate_diagnostics)
export(calculate_prediction_interval)
export(calculate_weighted_marginals)
export(check_gaussian_convergence)
export(clean_data)
export(coordinates_to_matrix)
export(create_cv_folds)
export(create_diagnostic_plots)
export(create_topolow_map)
export(error_calculator_comparison)
export(euclidean_embedding)
export(extract_numeric_values)
export(ggsave_white_bg)
export(initial_parameter_optimization)
export(list_to_matrix)
export(log_transform_parameters)
export(make_interactive)
export(new_aesthetic_config)
export(new_annotation_config)
export(new_dim_reduction_config)
export(new_layout_config)
export(parameter_sensitivity_analysis)
export(plot_3d_mapping)
export(plot_cluster_mapping)
export(plot_network_structure)
export(plot_temporal_mapping)
export(process_antigenic_data)
export(profile_likelihood)
export(run_adaptive_sampling)
export(save_plot)
export(scatterplot_fitted_vs_true)
export(symmetric_to_nonsymmetric_matrix)
export(table_to_matrix)
export(titers_list_to_matrix)
export(weighted_kde)
importFrom(data.table,setDT)
importFrom(dplyr,"%>%")
importFrom(dplyr,any_of)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(filelock,lock)
importFrom(filelock,unlock)
importFrom(future,availableCores)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_colour_gradient)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,hist)
importFrom(grid,arrow)
importFrom(grid,unit)
importFrom(lhs,maximinLHS)
importFrom(lifecycle,deprecated)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,bw.nrd)
importFrom(stats,bw.nrd0)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optimize)
importFrom(stats,prcomp)
importFrom(stats,qchisq)
importFrom(stats,qt)
importFrom(stats,qunif)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(tools,file_ext)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.table)
