# Generated by roxygen2: do not edit by hand

S3method(as.matrix,netify)
S3method(get_actor_time_info,data.frame)
S3method(get_actor_time_info,default)
S3method(get_actor_time_info,netify)
S3method(ggplot_add,netify_edge)
S3method(ggplot_add,netify_label)
S3method(ggplot_add,netify_label_repel)
S3method(ggplot_add,netify_labels)
S3method(ggplot_add,netify_node)
S3method(ggplot_add,netify_scale_reset)
S3method(ggplot_add,netify_text)
S3method(ggplot_add,netify_text_repel)
S3method(melt,netify)
S3method(merge,netify)
S3method(plot,netify)
S3method(plot,netify_comparison)
S3method(plot,summary.netify)
S3method(plot,summary_actor)
S3method(print,netify)
S3method(print,netify_comparison)
S3method(print,netify_plot_components)
S3method(simulate,netify)
S3method(subset,netify)
S3method(summary,netify)
S3method(summary,netify_comparison)
export(add_dyad_vars)
export(add_edge_attributes)
export(add_node_vars)
export(add_vertex_attributes)
export(aggregate_dyad)
export(animate_netify)
export(as_tibble.netify)
export(as_tibble.netify_comparison)
export(assemble_netify_plot)
export(attribute_report)
export(binarize)
export(bind_netifies)
export(bootstrap_netlet)
export(compare_networks)
export(compare_to_null)
export(create_ego_centric_layout)
export(create_hierarchical_ego_layout)
export(create_radial_ego_layout)
export(decompose_igraph)
export(decompose_netify)
export(decompose_network)
export(decompose_statnet)
export(drop_na_actors)
export(dyad_correlation)
export(ego_netify)
export(from_lame_fit)
export(gen_symm_id)
export(get_actor_time_info)
export(get_adjacency)
export(get_adjacency_array)
export(get_adjacency_list)
export(get_edge_layout)
export(get_ego_layout)
export(get_node_layout)
export(get_raw)
export(glance.netify)
export(homophily)
export(is_binary)
export(is_bipartite)
export(is_bipartite_netify)
export(is_directed_netify)
export(is_longitudinal)
export(is_multilayer)
export(is_netify)
export(is_symmetric_netify)
export(layer_netify)
export(list_network_styles)
export(list_palettes)
export(measurements)
export(melt)
export(mixing_matrix)
export(mutate_weights)
export(n_actors)
export(n_layers)
export(n_periods)
export(net_plot_data)
export(netify)
export(netify_edge)
export(netify_label)
export(netify_label_repel)
export(netify_measurements)
export(netify_node)
export(netify_scale_labels)
export(netify_text)
export(netify_text_repel)
export(netify_to_amen)
export(netify_to_dbn)
export(netify_to_df)
export(netify_to_igraph)
export(netify_to_lame)
export(netify_to_network)
export(netify_to_statnet)
export(new_netify)
export(nodal_data)
export(peek)
export(pivot_dyad_to_network)
export(plot.netify)
export(plot_actor_stats)
export(plot_graph_stats)
export(plot_homophily)
export(plot_mixing_matrix)
export(plot_mixing_matrix_facet)
export(plot_with_style)
export(print.netify)
export(read_gml)
export(read_graphml)
export(read_pajek)
export(remove_ego_edges)
export(reset_scales)
export(style_bipartite_network)
export(style_black_yellow)
export(style_bronze_block)
export(style_crimson_silver)
export(style_cyberpunk)
export(style_dark2)
export(style_green_gold)
export(style_lime_magenta)
export(style_navy_maroon)
export(style_orange_teal)
export(style_pastel)
export(style_racing_blue)
export(style_random)
export(style_red_blue)
export(style_retro80s)
export(style_rose)
export(style_scientific_blue)
export(style_slate_silver)
export(style_solarized)
export(style_sunburst)
export(style_temporal_network)
export(style_tufte)
export(subset_netify)
export(summary_actor)
export(theme_netify)
export(theme_publication_netify)
export(theme_publication_netify_ts)
export(theme_stat_netify)
export(tidy.netify)
export(to_amen)
export(to_dbn)
export(to_igraph)
export(to_lame)
export(to_netify)
export(to_network)
export(to_statnet)
export(unnetify)
export(validate_netify)
if (requireNamespace("igraph", quietly = TRUE)) S3method(igraph::as.igraph, netify)
if (requireNamespace("network", quietly = TRUE)) S3method(network::as.network, netify)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(ggnewscale,new_scale)
importFrom(ggnewscale,new_scale_color)
importFrom(ggnewscale,new_scale_fill)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(igraph,betweenness)
importFrom(igraph,closeness)
importFrom(igraph,eigen_centrality)
importFrom(igraph,hits_scores)
importFrom(igraph,transitivity)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,ecdf)
importFrom(stats,hclust)
importFrom(stats,ks.test)
importFrom(stats,median)
importFrom(stats,na.pass)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,simulate)
importFrom(stats,var)
importFrom(utils,adist)
importFrom(utils,capture.output)
importFrom(utils,head)
useDynLib(netify, .registration = TRUE)
