Skip to content

Commit 86ac737

Browse files
authored
Add files via upload
1 parent 2d6935a commit 86ac737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Basic_Mapping.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Exploratory Data Analysis 2"
2+
title: "Basic Mapping"
33
subtitle: "R Notes"
44
author: "Luc Anselin and Grant Morrison^[University of Chicago, Center for Spatial Data Science -- [email protected],[email protected]]"
55
date: "08/08/2018"
@@ -20,7 +20,7 @@ knitr::opts_chunk$set(echo = TRUE)
2020

2121
## Introduction
2222

23-
This notebook cover the functionality of the [Exploratory Data Analysis 2](https://geodacenter.github.io/workbook/2b_eda_multi/lab2b.html) section of the GeoDa workbook. We refer to that document for details on the methodology, references, etc. The goal of these notes is to approximate as closely as possible the operations carried out using GeoDa by means of a range of R packages.
23+
This notebook cover the functionality of the [Basic Mapping](https://geodacenter.github.io/workbook/3a_mapping/lab3a.html) section of the GeoDa workbook. We refer to that document for details on the methodology, references, etc. The goal of these notes is to approximate as closely as possible the operations carried out using GeoDa by means of a range of R packages.
2424

2525
The notes are written with R beginners in mind, more seasoned R users can probably skip most of the comments
2626
on data structures and other R particulars. Also, as always in R, there are typically several ways to achieve a specific objective, so what is shown here is just one way that works, but there often are others (that may even be more elegant, work faster, or scale better).

0 commit comments

Comments
 (0)