Skip to content

Instantly share code, notes, and snippets.

View viro76's full-sized avatar

viro76

View GitHub Profile
@viro76
viro76 / index.html
Last active August 29, 2015 14:14 — forked from d3noob/.block
<!DOCTYPE html>
<meta charset="utf-8">
<style>
path {
stroke: white;
stroke-width: 0.25px;
fill: grey;
}
</style>
<body>
# Script for question posted on Stack Overflow
# Load relevant libraries
library(ggplot2)
library(raster)
library(gridExtra)
vplayout <- function(x, y) {
viewport(layout.pos.row = x, layout.pos.col = y)
}