Package: ggip 0.3.2.9000

ggip: Data Visualization for IP Addresses and Networks

A 'ggplot2' extension that enables visualization of IP (Internet Protocol) addresses and networks. The address space is mapped onto the Cartesian coordinate system using a space-filling curve. Offers full support for both IPv4 and IPv6 (Internet Protocol versions 4 and 6) address spaces.

Authors:David Hall [aut, cre]

ggip_0.3.2.9000.tar.gz
ggip_0.3.2.9000.zip(r-4.7)ggip_0.3.2.9000.zip(r-4.6)ggip_0.3.2.9000.zip(r-4.5)
ggip_0.3.2.9000.tgz(r-4.6-x86_64)ggip_0.3.2.9000.tgz(r-4.6-arm64)ggip_0.3.2.9000.tgz(r-4.5-x86_64)ggip_0.3.2.9000.tgz(r-4.5-arm64)
ggip_0.3.2.9000.tar.gz(r-4.7-arm64)ggip_0.3.2.9000.tar.gz(r-4.7-x86_64)ggip_0.3.2.9000.tar.gz(r-4.6-arm64)ggip_0.3.2.9000.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
ggip/json (API)

# Install 'ggip' in R:
install.packages('ggip', repos = c('https://davidchall.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/davidchall/ggip/issues

Pkgdown/docs site:https://davidchall.github.io

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cyberdata-visualizationggplot-extensionggplot2hilbert-curveip-addressipv4ipv6space-filling-curvescpp

5.73 score 27 stars 20 scripts 241 downloads 7 exports 32 dependencies

Last updated from:d31ecd2c8a. Checks:12 OK, 1 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK155
linux-devel-x86_64OK157
source / vignettesOK225
linux-release-arm64OK150
linux-release-x86_64OK192
macos-release-arm64OK112
macos-release-x86_64OK221
macos-oldrel-arm64OK148
macos-oldrel-x86_64OK240
windows-develOK125
windows-releaseOK119
windows-oldrelOK137
wasm-releaseFAIL115

Exports:address_to_cartesiancoord_ipgeom_hilbert_outlinenetwork_to_cartesianstat_summary_addresstheme_ip_darktheme_ip_light

Dependencies:AsioHeadersclicpp11dplyrfarvergenericsggplot2gluegtableipaddressisobandlabelinglifecyclemagrittrpillarpkgconfigpurrrR6RColorBrewerRcpprlangS7scalesstringistringrtibbletidyrtidyselectutf8vctrsviridisLitewithr

Visualizing IP data
Reducing visualized information | Space-filling curves | Hilbert curve | Morton curve | Putting it all together

Last update: 2023-01-12
Started: 2020-08-18

Introduction to ggip
Configuring the coordinate system | Internal data transformation | Using layers from ggplot2 and other packages | Using ggip layers

Last update: 2020-09-18
Started: 2020-09-15

Readme and manuals

Help Manual

Help pageTopics
Coordinate system for IP datacoord_ip
Hilbert curve outlinegeom_hilbert_outline
Map IP data to Cartesian coordinatesaddress_to_cartesian ip_to_cartesian network_to_cartesian
Summarize IP addresses on a heatmapstat_summary_address
Themes for IP datatheme_ip theme_ip_dark theme_ip_light