Skip to content

Commit

Permalink
ggplot slide
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis-Sun committed Jan 24, 2013
1 parent 83053d5 commit fd015c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion draft/DataAnalysis/statsRuser
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,11 @@ b <- gl(2, 2, 8, labels = c("ctrl", "treat"))

+scale_color_gradient(low='blue', high='red')

+ scale_x_continuous(limits=c(1,8)) = + xlim(1,8)
+ scale_x_continuous(limits=c(1,8))
+ xlim(1,8) #这个的功能等同于上一句的功能。

#char title
+labs(title="title")



Expand Down
6 changes: 5 additions & 1 deletion publish/DataAnalysis/statsRuser.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,11 @@ <h2>ggplot2 usage</h2>

+scale_color_gradient(low='blue', high='red')

+ scale_x_continuous(limits=c(1,8)) = + xlim(1,8)
+ scale_x_continuous(limits=c(1,8))
+ xlim(1,8) #这个的功能等同于上一句的功能。

#char title
+labs(title=&quot;title&quot;)



Expand Down

0 comments on commit fd015c0

Please sign in to comment.