Skip to content

Instantly share code, notes, and snippets.

View weitinglin's full-sized avatar

Weiting weitinglin

View GitHub Profile
@weitinglin
weitinglin / Geom
Last active August 22, 2017 17:03
Create ggproto object
# Construct new_Geom class inheired from Geom class
new_Geom <- ggproto("new_Geom", Geom,
required_aes = c("x", "y"),
defaut_aes = aes(fill="yello"),
draw_key_key = draw_key_polygon,
draw_group = function(data, panel_scales, coord){
coords <- coord$transform(data, panel_scales)
grid::polygonGrob(
@weitinglin
weitinglin / Linux CentOS 6.5學習筆記
Last active September 4, 2015 07:15
收集基本CentOS學習資料
##date 日期##
@weitinglin
weitinglin / Linux CentOS 6.5學習筆記
Created September 4, 2015 07:13
收集基本CentOS學習資料
date 日期