Type:
HTTP
, Protocol:TCP
, Port:80
, Source:0.0.0.0/0
Type:HTTPS
, Protocol:TCP
, Port:443
, Source:0.0.0.0/0
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(tidyverse) | |
library(tigris) | |
library(maptools) | |
library(rgeos) | |
library(leaflet) | |
# Number of Hexagons | |
n_hex <- 3300 | |
# Get state map |
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
--- | |
title: "Coordinate conversion in R" | |
output: html_document | |
--- | |
## R Script for converting coordinates (e.g., UTM to Lat/Long). | |
### Required packages |
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(worldmet) | |
getMeta(site = "msp") | |
getMeta(lat = 45, lon = -93.5) | |
dat <- importNOAA(code = "726580-14922", year = 2016, precip = T) |
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
--- | |
title: "Non-detect method examples" | |
output: | |
html_document: | |
highlight: tango | |
theme: readable | |
toc: yes | |
toc_depth: 3 | |
--- | |
NewerOlder