Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
update raster scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam M. Wilson committed Oct 10, 2016
1 parent be35a0f commit 5a666fe
Show file tree
Hide file tree
Showing 36 changed files with 1,161 additions and 384 deletions.
2 changes: 1 addition & 1 deletion 04_Spatial.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' # Setup
#'
#' ## Load packages
## ----messages=F,warning=F------------------------------------------------
## ----messages=F,warning=F, results="hide"--------------------------------
library(sp)
library(rgdal)
library(ggplot2)
Expand Down
2 changes: 1 addition & 1 deletion 04_Spatial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source("knitr_header.R")
# Setup

## Load packages
```{r,messages=F,warning=F}
```{r,messages=F,warning=F, results="hide"}
library(sp)
library(rgdal)
library(ggplot2)
Expand Down
12 changes: 2 additions & 10 deletions 04_Spatial.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,19 +366,11 @@ <h1>Setup</h1>
<div id="load-packages" class="section level2">
<h2>Load packages</h2>
<pre class="r"><code>library(sp)
library(rgdal)</code></pre>
<pre><code>## rgdal: version: 1.1-10, (SVN revision 622)
## Geospatial Data Abstraction Library extensions to R successfully loaded
## Loaded GDAL runtime: GDAL 1.11.4, released 2016/01/25
## Path to GDAL shared files: /Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgdal/gdal
## Loaded PROJ.4 runtime: Rel. 4.9.1, 04 March 2015, [PJ_VERSION: 491]
## Path to PROJ.4 shared files: /Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgdal/proj
## Linking to sp version: 1.2-3</code></pre>
<pre class="r"><code>library(ggplot2)
library(rgdal)
library(ggplot2)
library(dplyr)
library(tidyr)
library(maptools)</code></pre>
<pre><code>## Checking rgeos availability: TRUE</code></pre>
</div>
</div>
<div id="point-data" class="section level1">
Expand Down
17 changes: 0 additions & 17 deletions 04_Spatial.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,12 @@
```r
library(sp)
library(rgdal)
```

```
## rgdal: version: 1.1-10, (SVN revision 622)
## Geospatial Data Abstraction Library extensions to R successfully loaded
## Loaded GDAL runtime: GDAL 1.11.4, released 2016/01/25
## Path to GDAL shared files: /Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgdal/gdal
## Loaded PROJ.4 runtime: Rel. 4.9.1, 04 March 2015, [PJ_VERSION: 491]
## Path to PROJ.4 shared files: /Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgdal/proj
## Linking to sp version: 1.2-3
```

```r
library(ggplot2)
library(dplyr)
library(tidyr)
library(maptools)
```

```
## Checking rgeos availability: TRUE
```

# Point data

## Generate some random data
Expand Down
Loading

0 comments on commit 5a666fe

Please sign in to comment.