From d9ed5fb83d870dba6170cff769a1d1c603fb554d Mon Sep 17 00:00:00 2001 From: acrunyon Date: Wed, 18 Jan 2023 09:59:57 -0700 Subject: [PATCH] Adding files --- .gitignore | 1 + AKR-climate-futures-creation.qmd | 27 +++++++++++++++++++++++++++ CF-selection.Rmd | 6 ++++-- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 AKR-climate-futures-creation.qmd diff --git a/.gitignore b/.gitignore index 0c3aac9..3880ef1 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ output *.png *.PNG images +Data/ diff --git a/AKR-climate-futures-creation.qmd b/AKR-climate-futures-creation.qmd new file mode 100644 index 0000000..64acc22 --- /dev/null +++ b/AKR-climate-futures-creation.qmd @@ -0,0 +1,27 @@ +--- +title: "AKR Climate Futures" +author: "Amber" +format: html +editor: visual +--- + +## This uses it to create an actual document + +Well this is interesting . + +## Running Code + +When you click the **Render** button a document will be generated that includes both content and the output of embedded code. You can embed code like this: + +```{r} +1 + 1 +``` + +You can add options to executable code like this + +```{r} +#| echo: false +2 * 2 +``` + +The `echo: false` option disables the printing of code (only output is displayed). diff --git a/CF-selection.Rmd b/CF-selection.Rmd index 20f04ff..195fe4d 100644 --- a/CF-selection.Rmd +++ b/CF-selection.Rmd @@ -1,5 +1,5 @@ --- -title: "Summarizing T1 metrics for whole climate region" +title: "Selecting CFs for park" author: "Amber Runyon" date: "6/29/2021" output: html_document @@ -16,7 +16,9 @@ knitr::opts_chunk$set(echo = TRUE) rm(list = ls()) -library(stars);library(dplyr);library(ggplot2);library(ggthemes);library(viridis);library(here);library(ggrepel);library(rlang);library(ggbiplot) +library(stars);library(dplyr);library(ggplot2);library(ggthemes);library(viridis);library(here);library(ggrepel);library(rlang) + +SiteID <- "KLGO" area <- 'wrst_simple' #wrst_mtns, copper_plateau, coastal_mtns, eastern_coast