ggplot2

scale_x_datetimeの引数がないとか言われて使えない

問題 scale_x_datetimeの引数がないとか言われて使えない p1 以下にエラー continuous_scale(aesthetics, "datetime", identity, breaks = breaks, : 使われていない引数 (major = "2 weeks") 解決 Google グループ require(scales) で解決

複数のgeom_line

R - ggplot2で、複数の時系列を一枚にプロット - Qiita R - ggplot2で、複数の時系列を一枚にプロット - Qiita <a href="http://stat.biopapyrus.net/ggplot/geom-line.html" data-mce-href="http://stat.biopapyrus.net/ggplot/geom-line.html">geom_line | ggplot2で折れ線グラフ</a> geom_line | ggplot2で折れ線グラフ 問題

ggplot2で日本語フォント指定

theme_set( theme_bw( base_family= "Hiragino Kaku Gothic Pro W3")) r - Modifying fonts in ggplot2 - Stack Overflow

R 3.1.1に ggplot2とRMySQLをインストール on OS X 10.9.4

gglot2を使いためにRのバージョンを2.xから3.1.1に上げたが、するとRMySQLがRStudioのパッケージ機能ではインストールできなくなった。 r - Installing RMySQL in mavericks - Stack Overflow $ export PKG_CPPFLAGS="-I/usr/local/mysql/include"$ export P…