-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
33 lines (32 loc) · 1015 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Generated by roxygen2: do not edit by hand
S3method("$",ip_address_coords)
S3method("$",ip_network_coords)
S3method(as.character,ip_address_coords)
S3method(as.character,ip_network_coords)
S3method(format,ip_address_coords)
S3method(format,ip_network_coords)
S3method(scale_type,ip_address)
S3method(scale_type,ip_address_coords)
S3method(scale_type,ip_network)
S3method(scale_type,ip_network_coords)
S3method(vec_proxy_equal,ip_address_coords)
S3method(vec_proxy_equal,ip_network_coords)
export(address_to_cartesian)
export(coord_ip)
export(geom_hilbert_outline)
export(network_to_cartesian)
export(stat_summary_address)
export(theme_ip_dark)
export(theme_ip_light)
import(ipaddress)
import(rlang)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,scale_type)
importFrom(ggplot2,theme)
importFrom(vctrs,vec_proxy_equal)
useDynLib(ggip, .registration = TRUE)