Skip to content

Instantly share code, notes, and snippets.

@jbub
Last active June 1, 2018 05:25
Show Gist options
  • Select an option

  • Save jbub/e3a0547dfe62517525b09dbb5e7826f7 to your computer and use it in GitHub Desktop.

Select an option

Save jbub/e3a0547dfe62517525b09dbb5e7826f7 to your computer and use it in GitHub Desktop.
title Plot Pie Charts of Tuna Landed Catch Composition on a Map in R
author Jethro Emmanuel
date 2018-05-30T10:10:44+08:00
slug plot-pie-chart-tuna-landed-catch-map-in-r
categories
R
ggplot2
tags
r
ggplot2
pie chart
map
description
topics
{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