I have a script called foo.R that includes another script other.R, which is in the same directory: #!/usr/bin/env Rscript message("Hello") source("other.R") But I want R to find that other.R no matter what the current working directory. In other words, foo.R needs to know its own path. How can I do that?
はじめに ggplot2 で \(TeX\) 記法が使えると嬉しいですよね.一応,そういう人たちのための入口としては expression だとか bquote だとかがあるんですが,ここでは紹介しません.いえ,毎度使い方を忘れてしまい,紹介できないというのが正しいです. そんな私に latex2tex パッケージ. TeX() により, \(TeX\) 記法の文字列をRの expression に変換してくれます.覚えることが少なくシンプルになっていいですね.皆さんも是非. library(latex2exp) TeX('\\LaTeX') ## expression(`\LaTeX` = paste("", L^{ ## phantom()[phantom()[phantom()[scriptstyle(A)]]] ## } * T[textstyle(E)] * X)) インストール
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く