Skip to content

Lab Week 7 materials: point pattern analysis, G and L functions, spatial density, k-means clustering intro

Notifications You must be signed in to change notification settings

allisonhorst/esm244-w2020-lab7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESM 244 Lab Week 7

Point pattern analysis, G and L functions, spatial density, k-means clustering intro

Packages needed:

General packages for stuff

  • library(tidyverse)
  • library(janitor)
  • library(plotly)

Packages for spatial stuff & point pattern analysis

  • library(tmap)
  • library(sf)
  • library(spatstat)
  • library(maptools)
  • library(sp)

Packages for cluster analysis:

  • library(NbClust)
  • library(cluster)
  • library(factoextra)
  • library(dendextend)
  • library(ggdendro)

Data:

Red tree voles:

CA Counties:

About

Lab Week 7 materials: point pattern analysis, G and L functions, spatial density, k-means clustering intro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages