diff options
Diffstat (limited to 'ja-jp/r-jp.html.markdown')
-rw-r--r-- | ja-jp/r-jp.html.markdown | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ja-jp/r-jp.html.markdown b/ja-jp/r-jp.html.markdown index a8dd7c9c..c01a4168 100644 --- a/ja-jp/r-jp.html.markdown +++ b/ja-jp/r-jp.html.markdown @@ -759,12 +759,6 @@ ll <- as.data.table(list1) pp <- ggplot(ll, aes(x=time,price)) pp + geom_point() # ggplot2 には、素晴らしい関連ドキュメントがそろっています (http://docs.ggplot2.org/current/) - - - - - - ``` |