# Generated by roxygen2: do not edit by hand

export(aggregate_points)
export(build_graph)
export(build_graph_directed)
export(bw_cv_likelihood_calc)
export(bw_cv_likelihood_calc.mc)
export(bw_cvl_calc)
export(bw_cvl_calc.mc)
export(calc_isochrones)
export(closest_points)
export(continuous_nkde_cpp_arma)
export(continuous_nkde_cpp_arma_sparse)
export(corrfactor_continuous)
export(corrfactor_continuous_sparse)
export(corrfactor_discontinuous)
export(corrfactor_discontinuous_sparse)
export(cosine_kernel)
export(cross_kfunctions)
export(cross_kfunctions.mc)
export(discontinuous_nkde_cpp_arma)
export(discontinuous_nkde_cpp_arma_sparse)
export(epanechnikov_kernel)
export(gaussian_kernel)
export(gaussian_kernel_scaled)
export(get_loo_values_continuous)
export(get_loo_values_discontinuous)
export(get_loo_values_simple)
export(graph_checking)
export(kfunctions)
export(kfunctions.mc)
export(lines_center)
export(lines_direction)
export(lines_points_along)
export(lixelize_lines)
export(lixelize_lines.mc)
export(network_knn)
export(network_knn.mc)
export(network_listw)
export(network_listw.mc)
export(nkde)
export(nkde.mc)
export(quartic_kernel)
export(simplify_network)
export(snapPointsToLines2)
export(split_graph_components)
export(split_lines_at_vertex)
export(triangle_kernel)
export(tricube_kernel)
export(triweight_kernel)
export(uniform_kernel)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(cubature,cubintegrate)
importFrom(data.table,":=")
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(data.table,transpose)
importFrom(data.table,tstrsplit)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(grDevices,rgb)
importFrom(graphics,plot)
importFrom(igraph,E)
importFrom(igraph,adjacent_vertices)
importFrom(igraph,distances)
importFrom(igraph,edge_attr)
importFrom(igraph,ends)
importFrom(igraph,get.edge.attribute)
importFrom(igraph,get.edge.ids)
importFrom(maptools,snapPointsToLines)
importFrom(methods,slot)
importFrom(raster,crs)
importFrom(rgeos,gBoundary)
importFrom(rgeos,gBuffer)
importFrom(rgeos,gCentroid)
importFrom(rgeos,gConvexHull)
importFrom(rgeos,gDistance)
importFrom(rgeos,gInterpolate)
importFrom(rgeos,gIntersection)
importFrom(rgeos,gIntersects)
importFrom(rgeos,gIsSimple)
importFrom(rgeos,gIsValid)
importFrom(rgeos,gLength)
importFrom(rgeos,gPointOnSurface)
importFrom(rgeos,gProject)
importFrom(rgeos,gUnaryUnion)
importFrom(sp,Line)
importFrom(sp,Lines)
importFrom(sp,SpatialLines)
importFrom(sp,SpatialLinesDataFrame)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,coordinates)
importFrom(sp,is.projected)
importFrom(stats,integrate)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(utils,capture.output)
importFrom(utils,setTxtProgressBar)
importFrom(utils,strcapture)
importFrom(utils,txtProgressBar)
useDynLib(spNetwork)
