Skip to content

benediktclaus/bodymap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bodymap

The goal of bodymap is to make plotting of body-related frequencies or intensities feasible.

Installation

You can install the development version of bodymap like so:

remotes::install_github("benediktclaus/bodymap")

Example

This is a basic example which shows you how to solve a common problem:

library(bodymap)
library(ggplot2)

base_plot <- ggplot(bodymap) +
    geom_sf()

base_plot +
    theme_void()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages