Skip to content

Commit

Permalink
fixing incorrect plot in week 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leah Wasser committed Mar 1, 2018
1 parent 717c552 commit dae2eb7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"
ruby #{}"2.5.0"
#ruby #{}"2.5.0"
gem "github-pages"
# gem "jekyll-archives"
gem "wdm", "~> 0.1.0" if Gem.win_platform?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: single
category: courses
title: "Intro to R & Work with Time Series Data"
permalink: /courses/earth-analytics/time-series-data/
modified: '2018-01-10'
modified: '2018-03-01'
week-landing: 2
week: 2
sidebar:
Expand Down Expand Up @@ -161,6 +161,7 @@ be sure to:

1. Subset the data temporally: Jan 1 2013 - Oct 15 2013.
2. Summarize the data: plot DAILY total (sum) precipitation.
3. Important: be sure to set the time zone as you are dealing with dates and times which are impacted by daylight saving time. Add: `tz = "America/Denver"` to any statements involving time - but specifically to the line of code where you convert date / time to just a date!


Use the [bonus lesson]({{ site.url }}/courses/earth-analytics/time-series-data/aggregate-time-series-data-r/) to guide
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 dae2eb7

Please sign in to comment.