[Solved] I need support for my R Studio class. I have a file as cvs and I…

I need support for my R Studio class.

I have a file as cvs and I need to make an x-y scatter plot of date on the x-axis and hind-foot length on the y-axis, with different colors for the different genera.

abc1.jpg

Image transcription text

25
surveys$date = ymd(paste(surveys$year, surveys$month, surveys$day, sep = "="))
surveys
34786 obs. of 14 variables
26
surveys %>%
27
mutate(date)
28 –
X
harming: 129 failed to parse
tbl_df
R Console
34786 x 14
A tibble: 34,786 x 14
plot_id species_id
sex
hindfoot_length
weight genus
species
taxa
plot_type
date
<dbl>
<chr>
<chr>
<dbl>
<dbl>
<chr>
<chr>
<chr>
<chr>
<date>
Files Plots
Packages
Help Viewer
Presen
2
M
32
NA Neotoma
albigula
Rodent
Control
1977-07-16
Install
Update
O ti
2 NL
M
31
NA Neotoma
albigula
Rodent
Control
1977-08-19
Name
Description
Ver…
2 NL
NA
NA
NA Neotoma
albigula
Rodent
Control
1977-09-13
V
tibble
Simple Data Frames
3.1.8
2 NL
NA
NA
NA Neotoma
albigula
Rodent
Control
1977-10-16
tidyr
Tidy Messy Data
1.3.0
2 NL
NA
NA
NA Neotoma
albigula
Rodent
Control
1977-11-12
tidyselect
Select from a Set of Strings
1.2.0
2 NL
NA
NA
NA Neotoma
albigula
Rodent
Control
1977-11-12
tidyverse
Easily Install and Load the
2.0.0
Tidyverse’
2 NL
NA
NA
NA Neotoma
albigula
Rodent
Control
1977-12-10
O
timecha…
Efficient Manipulation of
0.2.0
2 NL
NA
NA
NA Neotoma
albigula
Rodent
Control
1978-01-08
Date-Times
2 NL
M
218 Neotoma
albigula
Rodent
Control
1978-02-18
tinytex
Helper Functions to Install
0.43
NA
O
and Maintain Tex Live, and
2 NL
NA
NA
NA Neotoma
albigula
Rodent
Control
1978-03-11
Compile LaTex Documents
assertthat
Easy Pre and Post
0.2.1
1-10 of 34,786 rows | 5-14 of 14 columns
Previous 1
2
3
4 5 6 … 100 Next
Assertions
29:1
# Creating a new date column *
R Markdown
O
backports
Reimplementations of
1.4.1
Functions Introduced Since
Console
Terminal x
Render x
Background Jobs x
R-3.0.0

 

Could you please help me?

Read more here: Source link