Skip to content

Commit

Permalink
Images
Browse files Browse the repository at this point in the history
  • Loading branch information
vzrg-tamu committed Jan 16, 2024
1 parent 15ef871 commit f20e154
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<center>
![](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%}
</center>

```{r Chapter 1, message = FALSE, warning = FALSE}
Expand Down Expand Up @@ -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.

<center>
![](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%}
</center>


Expand Down
Binary file added images/Basic_operators.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/CC_license.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/TAMU_Box-Stack.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cover_v1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cover_v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cover_v3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/git_repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/list_visual.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stack2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stack3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f20e154

Please sign in to comment.