Package: sfcurve Type: Package Title: 2x2, 3x3 and Nxn Space-Filling Curves Version: 1.0.1 Date: 2024-09-10 Authors@R: person("Zuguang", "Gu", email = "z.gu@dkfz.de", role = c("aut", "cre"), comment = c('ORCID'="0000-0002-7395-8709")) Depends: R (>= 4.1.0) Imports: grid, Rcpp, methods, colorRamp2 Suggests: rmarkdown, knitr, rgl, testthat, ComplexHeatmap, igraph, digest VignetteBuilder: knitr Description: Implementation of all possible forms of 2x2 and 3x3 space-filling curves, i.e., the generalized forms of the Hilbert curve , the Peano curve and the Peano curve in the meander type (Figure 5 in ). It can generates nxn curves expanded from any specific level-1 units. It also implements the H-curve and the three-dimensional Hilbert curve. URL: https://github.com/jokergoo/sfcurve, https://jokergoo.github.io/sfcurve/ License: MIT + file LICENSE LinkingTo: Rcpp Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Repository: https://jokergoo.r-universe.dev Date/Publication: 2025-05-01 20:21:42 UTC RemoteUrl: https://github.com/jokergoo/sfcurve RemoteRef: HEAD RemoteSha: 4bbc3853643b924275109580b524f9a569d4e285 NeedsCompilation: yes Packaged: 2026-06-12 11:04:35 UTC; root Author: Zuguang Gu [aut, cre] (ORCID: ) Maintainer: Zuguang Gu