Skip to content

Commit a74de00

Browse files
committed
fix vis code
1 parent 4ecc935 commit a74de00

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

instructors/files/02-practical-tutors.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -535,13 +535,7 @@ disease_incidence <- disease_dat %>%
535535
complete_dates = TRUE
536536
)
537537

538-
# with data available before march 1st
539-
disease_incidence %>%
540-
plot()
541-
542-
# with complete data
543-
disease_incidence %>%
544-
plot()
538+
plot(disease_incidence)
545539

546540

547541
# Confirm {cfr} data input format ----------------------------------------
@@ -614,13 +608,7 @@ disease_incidence <- disease_dat %>%
614608
complete_dates = TRUE
615609
)
616610

617-
# with data available before march 1st
618-
disease_incidence %>%
619-
plot()
620-
621-
# with complete data
622-
disease_incidence %>%
623-
plot()
611+
plot(disease_incidence)
624612

625613

626614
# Confirm {cfr} data input format ----------------------------------------

0 commit comments

Comments
 (0)