diff --git a/data.qmd b/data.qmd index 5403ebb..8fd2f26 100644 --- a/data.qmd +++ b/data.qmd @@ -5,7 +5,7 @@ In this section, we will learn about some basic R operators that are used to perform operations on values and variables. Some most commonly used operators are shown in the table below.
-![](C:/Users/VSehgal/OneDrive - LSU AgCenter/TAMU/Teaching/DataVisWorkshop/DataVisWorkshop2020/SampleData-master/images/Basic_operators.png){width=70%} +![](C:/Users/VSehgal/OneDrive - LSU AgCenter/LSU/02_Teaching/AGRO 4092/AGRO4092/images/Basic_operators.png){width=70%}
```{r Chapter 1, message = FALSE, warning = FALSE} @@ -86,7 +86,7 @@ data[3] # Note how output is in quotes i.e. "10" In R, data is stored as an "array", which can be 1-dimensional or 2-dimensional. A 1-D array is called a "vector" and a 2-D array is a "matrix". A table in R is called a "data frame" and a "list" is a container to hold a variety of data types. In this section, we will learn how to create matrices, lists and data frames in R.
-![](C:/Users/VSehgal/OneDrive - LSU AgCenter/TAMU/Teaching/DataVisWorkshop/DataVisWorkshop2020/SampleData-master/images/list_visual.png){width=80%} +![](C:/Users/VSehgal/OneDrive - LSU AgCenter/LSU/02_Teaching/AGRO 4092/AGRO4092/images/list_visual.png){width=80%}
diff --git a/images/Basic_operators.PNG b/images/Basic_operators.PNG new file mode 100644 index 0000000..c27c67a Binary files /dev/null and b/images/Basic_operators.PNG differ diff --git a/images/CC_license.png b/images/CC_license.png new file mode 100644 index 0000000..080b787 Binary files /dev/null and b/images/CC_license.png differ diff --git a/images/TAMU_Box-Stack.jpg b/images/TAMU_Box-Stack.jpg new file mode 100644 index 0000000..0fd0713 Binary files /dev/null and b/images/TAMU_Box-Stack.jpg differ diff --git a/images/cover_v1.png b/images/cover_v1.png new file mode 100644 index 0000000..1efdce7 Binary files /dev/null and b/images/cover_v1.png differ diff --git a/images/cover_v2.png b/images/cover_v2.png new file mode 100644 index 0000000..b682a57 Binary files /dev/null and b/images/cover_v2.png differ diff --git a/images/cover_v3.png b/images/cover_v3.png new file mode 100644 index 0000000..c91c66f Binary files /dev/null and b/images/cover_v3.png differ diff --git a/images/git_repo.png b/images/git_repo.png new file mode 100644 index 0000000..59660d7 Binary files /dev/null and b/images/git_repo.png differ diff --git a/images/list_visual.png b/images/list_visual.png new file mode 100644 index 0000000..1a06dfd Binary files /dev/null and b/images/list_visual.png differ diff --git a/images/stack2.png b/images/stack2.png new file mode 100644 index 0000000..2b49ced Binary files /dev/null and b/images/stack2.png differ diff --git a/images/stack3.png b/images/stack3.png new file mode 100644 index 0000000..ca33d17 Binary files /dev/null and b/images/stack3.png differ