This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Jon-Michael Deldin | |
## Pattern Recognition | |
## Edge Detection | |
## Spring 2013 | |
## | |
## | |
## USAGE | |
## ------ | |
## Rscript edges.R | |
## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(rayshader) | |
library(rayrender) | |
library(terra) | |
library(rnaturalearth) | |
library(MetBrewer) | |
library(raster) | |
library(exactextractr) | |
library(fasterize) | |
canopy_germany <- rast("germany/canopy_germany.tif") |