From 82925c1002938d1f23e989dcb0f00bda5d8d1143 Mon Sep 17 00:00:00 2001 From: DaisyShi19 Date: Fri, 25 Aug 2023 14:55:32 -1000 Subject: [PATCH 1/2] test commit to branch --- test_r_markdown_notebook.Rmd | 30 + test_r_markdown_notebook.nb.html | 1876 ++++++++++++++++++++++++++++++ 2 files changed, 1906 insertions(+) create mode 100644 test_r_markdown_notebook.Rmd create mode 100644 test_r_markdown_notebook.nb.html diff --git a/test_r_markdown_notebook.Rmd b/test_r_markdown_notebook.Rmd new file mode 100644 index 0000000..5fbb991 --- /dev/null +++ b/test_r_markdown_notebook.Rmd @@ -0,0 +1,30 @@ +--- +title: "test_r_markdown" +author: "hui.shi@noaa.gov" +date: '2023-08-26' +output: html_notebook +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +## R Markdown + +This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see . + +When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this: + +```{r cars} +summary(cars) +``` + +## Including Plots + +You can also embed plots, for example: + +```{r pressure, echo=FALSE} +plot(pressure) +``` + +Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot. diff --git a/test_r_markdown_notebook.nb.html b/test_r_markdown_notebook.nb.html new file mode 100644 index 0000000..5fb33c8 --- /dev/null +++ b/test_r_markdown_notebook.nb.html @@ -0,0 +1,1876 @@ + + + + + + + + + + + + + + + +test_r_markdown + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
+

R Markdown

+

This is an R Markdown document. Markdown is a simple formatting +syntax for authoring HTML, PDF, and MS Word documents. For more details +on using R Markdown see http://rmarkdown.rstudio.com.

+

When you click the Knit button a document will be +generated that includes both content as well as the output of any +embedded R code chunks within the document. You can embed an R code +chunk like this:

+ + + +
summary(cars)
+ + +
     speed           dist       
+ Min.   : 4.0   Min.   :  2.00  
+ 1st Qu.:12.0   1st Qu.: 26.00  
+ Median :15.0   Median : 36.00  
+ Mean   :15.4   Mean   : 42.98  
+ 3rd Qu.:19.0   3rd Qu.: 56.00  
+ Max.   :25.0   Max.   :120.00  
+ + + +
+
+

Including Plots

+

You can also embed plots, for example:

+ + + +

+ + + +

Note that the echo = FALSE parameter was added to the +code chunk to prevent printing of the R code that generated the +plot.

+ +
+ +
LS0tCnRpdGxlOiAidGVzdF9yX21hcmtkb3duIgphdXRob3I6ICJodWkuc2hpQG5vYWEuZ292IgpkYXRlOiAnMjAyMy0wOC0yNicKb3V0cHV0OiBodG1sX25vdGVib29rCi0tLQoKYGBge3Igc2V0dXAsIGluY2x1ZGU9RkFMU0V9CmtuaXRyOjpvcHRzX2NodW5rJHNldChlY2hvID0gVFJVRSkKYGBgCgojIyBSIE1hcmtkb3duCgpUaGlzIGlzIGFuIFIgTWFya2Rvd24gZG9jdW1lbnQuIE1hcmtkb3duIGlzIGEgc2ltcGxlIGZvcm1hdHRpbmcgc3ludGF4IGZvciBhdXRob3JpbmcgSFRNTCwgUERGLCBhbmQgTVMgV29yZCBkb2N1bWVudHMuIEZvciBtb3JlIGRldGFpbHMgb24gdXNpbmcgUiBNYXJrZG93biBzZWUgPGh0dHA6Ly9ybWFya2Rvd24ucnN0dWRpby5jb20+LgoKV2hlbiB5b3UgY2xpY2sgdGhlICoqS25pdCoqIGJ1dHRvbiBhIGRvY3VtZW50IHdpbGwgYmUgZ2VuZXJhdGVkIHRoYXQgaW5jbHVkZXMgYm90aCBjb250ZW50IGFzIHdlbGwgYXMgdGhlIG91dHB1dCBvZiBhbnkgZW1iZWRkZWQgUiBjb2RlIGNodW5rcyB3aXRoaW4gdGhlIGRvY3VtZW50LiBZb3UgY2FuIGVtYmVkIGFuIFIgY29kZSBjaHVuayBsaWtlIHRoaXM6CgpgYGB7ciBjYXJzfQpzdW1tYXJ5KGNhcnMpCmBgYAoKIyMgSW5jbHVkaW5nIFBsb3RzCgpZb3UgY2FuIGFsc28gZW1iZWQgcGxvdHMsIGZvciBleGFtcGxlOgoKYGBge3IgcHJlc3N1cmUsIGVjaG89RkFMU0V9CnBsb3QocHJlc3N1cmUpCmBgYAoKTm90ZSB0aGF0IHRoZSBgZWNobyA9IEZBTFNFYCBwYXJhbWV0ZXIgd2FzIGFkZGVkIHRvIHRoZSBjb2RlIGNodW5rIHRvIHByZXZlbnQgcHJpbnRpbmcgb2YgdGhlIFIgY29kZSB0aGF0IGdlbmVyYXRlZCB0aGUgcGxvdC4K
+ + + +
+ + + + + + + + + + + + + + + + From 24695245ebc6ff6021db269954ac291229c70a04 Mon Sep 17 00:00:00 2001 From: DaisyShi19 Date: Fri, 25 Aug 2023 14:57:42 -1000 Subject: [PATCH 2/2] modified text --- 01-Chlorophyll-Concentration.qmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/01-Chlorophyll-Concentration.qmd b/01-Chlorophyll-Concentration.qmd index 5545690..2b739fa 100644 --- a/01-Chlorophyll-Concentration.qmd +++ b/01-Chlorophyll-Concentration.qmd @@ -8,7 +8,8 @@ format: #add text - +#add text +#add text ```{r} #| include: false