Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://doi.org/10.5281/zenodo.10843109
31 January 2025, 16:58:35 UTC
  • Code
  • Branches (0)
  • Releases (1)
  • Visits
    • Branches
    • Releases
      • 1
      • 1
    • ff60e64
    • /
    • bioRgeo-bioregion-c58cabf
    • /
    • README.Rmd
    Raw File Download

    To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
    Select below a type of object currently browsed in order to display its associated SWHID and permalink.

    • content
    • directory
    • snapshot
    • release
    origin badgecontent badge
    swh:1:cnt:f40d0e7bcb047404e5f9ce0f0aae839f38bfe5a0
    origin badgedirectory badge
    swh:1:dir:58d5760648756a17b67a23604f0c386bfd843cf2
    origin badgesnapshot badge
    swh:1:snp:9ac183ddfcb892225ec7c201b891b4c68ced2af1
    origin badgerelease badge
    swh:1:rel:66e9455c19d99cb51c11cebc2cf668f3483e5c4a

    This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
    Select below a type of object currently browsed in order to generate citations for them.

    • content
    • directory
    • snapshot
    • release
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    README.Rmd
    ---
    output: github_document
    ---
    
    <!-- README.md is generated from README.Rmd. Please edit that file -->
    
    ```{r, include = FALSE}
    knitr::opts_chunk$set(
      collapse = TRUE,
      comment = "#>",
      fig.path = "man/figures/README-",
      out.width = "100%"
    )
    ```
    
    # bioregion <img src="man/figures/logo.svg" align="right" alt="" width="200" />
    
    <!-- badges: start -->
    [![R-CMD-check](https://github.com/bioRgeo/bioregion/workflows/R-CMD-check/badge.svg)](https://github.com/bioRgeo/bioregion/actions)
    [![Codecov test coverage](https://codecov.io/gh/bioRgeo/bioregion/branch/master/graph/badge.svg)](https://app.codecov.io/gh/bioRgeo/bioregion?branch=master)
    [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/bioregion)](https://cran.r-project.org/package=bioregion) 
    [![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/bioregion)](https://r-pkg.org:443/pkg/bioregion)
    [![DOI](https://zenodo.org/badge/612244739.svg)](https://zenodo.org/doi/10.5281/zenodo.10843109)
    <!-- badges: end -->
    
    This **R package** gathers a comprehensive set of algorithms to perform
    bioregionalisation analyses. 
    
    Bioregionalisation methods can be based on 
    hierarchical clustering algorithms, non-hierarchical clustering algorithms or 
    network algorithms.
    
    ## :arrow_double_down: Installation
    
    The package can be installed with the following command line in R session:
    
    From the CRAN
    
    ``` r
    install.packages("bioregion")
    ```
    
    or from GitHub
    
    ``` r
    # install.packages("devtools")
    devtools::install_github("bioRgeo/bioregion")
    ```
    
    ## :scroll: Vignettes
    
    We wrote several vignettes that will help you using the **bioregion R package**.
    Vignettes available are the following ones: <br>
    
    - **[1. Installation of the executable binary files](https://bioRgeo.github.io/bioregion/articles/a1_install_binary_files.html)**  
    - **[2. Matrix and network formats](https://bioRgeo.github.io/bioregion/articles/a2_matrix_and_network_formats.html)**
    - **[3. Pairwise similarity/dissimilarity metrics](https://bioRgeo.github.io/bioregion/articles/a3_pairwise_metrics.html)** 
    - **[4.1 Hierarchical clustering](https://bioRgeo.github.io/bioregion/articles/a4_1_hierarchical_clustering.html)** 
    - **[4.2 Non-hierarchical clustering](https://bioRgeo.github.io/bioregion/articles/a4_2_non_hierarchical_clustering.html)** 
    - **[4.3 Network clustering](https://bioRgeo.github.io/bioregion/articles/a4_3_network_clustering.html)** 
    - **[4.4 Microbenchmark](https://bioRgeo.github.io/bioregion/articles/a4_4_microbenchmark.html)** 
    - **[5.1 Visualization](https://bioRgeo.github.io/bioregion/articles/a5_1_visualization.html)** 
    - **[5.2 Compare bioregionalizations](https://bioRgeo.github.io/bioregion/articles/a5_2_compare_bioregionalizations.html)** 
    - **[5.3 Summary metrics](https://bioRgeo.github.io/bioregion/articles/a5_3_summary_metrics.html)** 
    
    Alternatively, if you prefer to view the vignettes in R, you can install the
    package with `build_vignettes = TRUE`. But be aware that some vignettes can be
    slow to generate.
    
    ```{r, eval = FALSE}
    remotes::install_github("bioRgeo/bioregion",
                            dependencies = TRUE, 
                            upgrade = "ask", 
                            build_vignettes = TRUE)
    
    vignette("bioregion")
    ```
    
    ## :desktop_computer: Functions
    
    An overview of all functions and data is given 
    **[here](https://bioRgeo.github.io/bioregion/reference/index.html)**.
    
    ## :bug: Find a bug?
    
    Thank you for finding it. Head over to the GitHub Issues tab and let us know
    about it. Alternatively, you can also send us an e-mail.
    We will try to get to it as soon as we can!
    
    ## References and dependencies  
    
    `bioregion` depends on `ape`, `apcluster`, `bipartite`, `cluster`, `data.table`,
    `dbscan`, `dynamicTreeCut`, `earth`, `fastcluster`, `ggplot2`, `grDevices`, 
    `httr`, `igraph`, `mathjaxr`, `Matrix`, `phangorn`, `Rdpack`, `rlang`, `rmarkdown`,
    `segmented`,`sf`, `stats`, `tidyr` and `utils`.
    

    back to top

    Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
    The source code of Software Heritage itself is available on our development forge.
    The source code files archived by Software Heritage are available under their own copyright and licenses.
    Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API