forked from HugoBlox/theme-academic-cv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Rhistory
43 lines (43 loc) · 1.51 KB
/
.Rhistory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
setwd("~/Hugo/My_Website")
blogdown:::serve_site()
setwd("~/Hugo/My_Website")
blogdown:::serve_site()
blogdown:::insert_image_addin()
blogdown:::insert_image_addin()
blogdown:::serve_site()
blogdown:::serve_site()
setwd("~/R")
library(tidyverse)
World3_Scenario2 <- read.table(file = "clipboard",
sep = "\t", header=TRUE)
World3_Scenario2
ggplot(data = World3_Scenario2, x = DateTime)
geom_curve()
ggplot(data = World3_Scenario2, x = DateTime, y=population)
ggplot(data = World3_Scenario2, aes(x = DateTime, y=population))
ggplot(data = World3_Scenario2, x = DateTime, y=population) + geom_line()
ggplot(data = World3_Scenario2, aes(x = DateTime, y=population) + geom_line()
ggplot(data = World3_Scenario2, aes(x = DateTime, y=population) + geom_line()
ggplot(data = World3_Scenario2, aes(x = DateTime, y=population)) + geom_line()
ggplot(data = World3_Scenario2, aes(x = "DateTime", y= "population")) + geom_line()
ggplot(data = World3_Scenario2, aes(x = "DateTime", y= "Population")) + geom_line()
ggplot(data = World3_Scenario2, aes(x = DateTime, y= Population)) + geom_line()
blogdown:::new_post_addin()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
setwd("~/Hugo/My_Website")
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()