Skip to content

Instantly share code, notes, and snippets.

@jbub
Last active June 1, 2018 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbub/e3a0547dfe62517525b09dbb5e7826f7 to your computer and use it in GitHub Desktop.
Save jbub/e3a0547dfe62517525b09dbb5e7826f7 to your computer and use it in GitHub Desktop.
title author date slug categories tags description topics
Plot Pie Charts of Tuna Landed Catch Composition on a Map in R
Jethro Emmanuel
2018-05-30T10:10:44+08:00
plot-pie-chart-tuna-landed-catch-map-in-r
R
ggplot2
r
ggplot2
pie chart
map
{r global_options, include = FALSE}
knitr::opts_chunk$set(fig.width = 5, fig.height = 6, 
                      eval = TRUE, include = TRUE,
                      warning = FALSE, message = FALSE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment