基本 base パッケージ中のオブジェクトの一覧

Note: R Consolels(package:base) と入力すると、オブジェクトの一覧を得られます。このページの内容の元情報は ${RHOME}/ib/R/library/base/CONTENTS です。全オブジェクトの html 説明ファイルは「Functions installed in RHOME」からたどれます。 日本語版は「temp」にある各htmlファイル(一部は古い)で参照できます。(各html中で文字コードが宣言されていないので、文字化けして表示される場合はブラウザー上のエンコードを"ISO-2022-jp"に指定してください。)なお、「html-jp.tgz」から纏めてダウンロードできます。

項目数681個(実際のオブジェクト数1631個)

各関数には統計学・数値解析・ソフトウェアの理論と経験のエッセンスがつまっています。それぞれに更に例示用コードつきのヘルプ文章が念入りに用意されているのですから、並大抵の労力ではないわけです。これだけ並べて何になるというご意見はあるでしょうが、そう思って感心するだけでも価値はある?

データセット(52種類)

項目説明別名キーワード
Formaldehydeホルムアルデヒドの定量datasets
HairEyeColor統計学受講生の髪と目の色のデータdatasets
InsectSprays殺虫剤の効力試験データdatasets
LifeCycleSavingsライフ・サイクルと貯蓄のデータdatasets
OrchardSprays果樹用殺虫剤の成分の薬効試験データdatasets
PlantGrowth植物の生長に関する実験データdatasets
Titanicタイタニック号乗船客の生死に関するデータdatasets
ToothGrowthテンジクネズミ(モルモット)の歯の成長に対するビタミン C の効果に関するデータdatasets
UCBAdmissionsUC Berkeley 校入学者のデータdatasets
USArrests合衆国の州別凶悪犯罪率datasets
USJudgeRatingsアメリカ最高裁判事に対する法律家による評価datasets
USPersonalExpenditure個人消費データdatasets
VADeathsバージニア州の死亡率データ(1940)datasets
airmilesアメリカの民間航空会社の乗客マイル数(1937-1960)datasets
airqualityNew York の大気汚染測定値datasets
anscombeAnscombe による同じ線形単回帰直線を与える4組のデータdatasets
attenuJoyner-Boore の地震波減衰データdatasets
attitudeChatterjee-Price の勤務態度データdatasets
cars車の速度と停止時間datasets
chickwts餌のタイプによる鶏の体重変化datasets
co2マウナロア山の大気中の CO2 濃度datasets
discoveries重要な発見の年別数datasets
esoph喫煙、アルコールと食道ガンdatasets
euroユーロ通貨の為替率euro.crossdatasets
eurodistヨーロッパの都市間距離datasets
faithfulOld Faithful Geyser(イエローストーン国立公園の間欠泉)の噴出時間間隔データdatasets
freenyFreeny の収入データfreeny.x freeny.ydatasets
infert自然分娩と強制分娩後の不妊率datasets
irisEdgar Anderson のアヤメのデータiris3datasets
islands世界の主要な陸地面積datasets
longleyLongley の経済回帰データdatasets
morleyMichaelson-Morley の光速データdatasets
mtcarsMotor Trend 誌による車の走行実験datasets
nhtempNew Haven の年平均気温datasets
phones世界の電話datasets
precipアメリカの都市の年降水量datasets
presidents四半期毎のアメリカ大統領の支持率datasets
pressure温度の関数としての水銀の蒸気圧datasets
quakesフィジー沖の地震発生地点datasets
randu乗算合同法 RANDU による疑似乱数datasets
rivers北米の主要河川の長さdatasets
sleep学生の睡眠データdatasets
stacklossBrownlee のプラント排気ロスデータstack.loss stack.xdatasets
stateUS 各州の諸数値state.abb state.area state.center state.division state.name state.region state.x77datasets
sunspots月別太陽黒点数, 1749-1983datasets
swissスイスの出世力および社会経済指標(1888) データdatasets
treesアメリカ桜(Black Cherry Tree) の周長、高さ、容積datasets
uspop合衆国のセンサスの人口統計datasets
volcanoニュージーランド、オークランドの Maunga Whau 火山の地形情報datasets
warpbreaks機織り中の羊毛の断糸数datasets
womenアメリカ人女性の平均身長と平均体重datasets

確率分布・乱数

項目説明別名キーワード
Betaベータ分布dbeta pbeta qbeta rbetadistribution
Binomial二項分布dbinom pbinom qbinom rbinomdistribution
birthday一致確率pbirthdaydistribution
Cauchyコーシー分布dcauchy pcauchy qcauchy rcauchydistribution
Chisquare非心カイ二乗分布dchisq pchisq qchisq rchisqdistribution
Exponential指数分布dexp pexp qexp rexpdistribution
FDistF 分布df pf qf rfdistribution
GammaDistガンマ分布dgamma pgamma qgamma rgammadistribution
Geometric幾何分布dgeom pgeom qgeom rgeomdistribution
Hypergeometric超幾何分布dhyper phyper qhyper rhyperdistribution
Logisticロジスティック分布dlogis plogis qlogis rlogisdistribution
Lognormal対数正規分布dlnorm plnorm qlnorm rlnormdistribution
Multinomial多項分布rmultinom dmultinomdistribution
NegBinomial負の二項分布dnbinom pnbinom qnbinom rnbinomdistribution
Normal正規分布dnorm pnorm qnorm rnormdistribution
Poissonポアソン分布dpois ppois qpois rpoisdistribution
Random.userユーザが提供した乱数発生器.userdistribution sysdata
Random乱数発生器.seed RNG RNGkind RNGversion set.seeddistribution sysdata
SignRankウィルコクソン符号順位検定統計量の分布dsignrank psignrank qsignrank rsignrankdistribution
TDistスチューデントの t 分布dt pt qt rtdistribution
Tukeyスチューデント化された範囲の関数ptukey qtukeydistribution
Uniform一様分布dunif punif qunif runifdistribution
Weibullワイブル分布dweibull pweibull qweibull rweibulldistribution
Wilcoxonウイルコクソンの順位和検定統計量の分布dwilcox pwilcox qwilcox rwilcoxdistribution
r2dtable周辺和を与えたランダムな二元配置表distribution
sampleランダムサンプリングと入れ換えdistribution

モデル・回帰分析・分散分析・実験計画法

項目説明別名キーワード
AIC赤池の情報規準量AIC.defaultmodels
AIC.logLiklogoLik オブジェクトの AIC.logLikmodels
AsIsオブジェクトの解釈・変換を禁止する(あるがまま)AsIs print.AsIs [.AsIsmodels
add1モデルに可能性のあるすべての1項目を追加するか、落とすadd1.default add1.lm add1.glm add1.mlm drop1 drop1.default drop1.lm drop1.glm drop1.mlmmodels
aliasFind Aliases (Dependencies) in a Modelalias.formula alias.lm print.mtablemodels
anova分散分析表anova.mlm print.anovaregression models
anova.glm一般化線形モデルの当てはめの逸脱度分析.glm anova.glmlist anova.glm.nullmodels regression
anova.lm線形モデル当てはめ分散分析.lm anova.lm.null anova.lmlist anovalist.lmregression models
aov分散分析モデルへのあてはめprint.aov print.aovlist Errormodels regression
CSets Contrasts for a Factormodels
case/variable.namesCase and Variable Names of Fitted Models.names case.names.lm case.names.default variable.names variable.names.lmvariable.names.defaultregression models
coefficientsモデルの係数を取り出すcoefficients coef.default coef.lm coef.glm coef.aov coef.listofregression models
confintモデルのパラメータの信頼区間confint.lmmodels
contrast対比行列.helmert contr.poly contr.sum contr.treatmentdesign regression array
contrasts対比行列の取得とセットcontrasts<-design regression
devianceモデルの逸脱度deviance.default deviance.lm deviance.glm deviance.mlmmodels
df.residual残差の自由度.residual df.residual.defaultmodels regression
dummy.coefオリジナルのコーディングの中から係数を取り出す。.coef dummy.coef.lm dummy.coef.aovlist print.dummy.coef print.dummy.coef.listmodels
eff.aovlist多層の分散分析の効率の計算.aovlistmodels
effects当てはめられたモデルの効果effects.lm effects.glmmodels regression
expand.grid因子のすべての組み合わせからデータフレームを作る.gridmodels array
expand.model.frameモデル・フレームに変数を新規追加.model.framemanip regression
extractAIC当てはめられたモデルからAICの抽出extractAIC.aov extractAIC.lm extractAIC.glm extractAIC.coxph extractAIC.negbin extractAIC.survregmodels
factor.scope許されるモデル式への追加・からの削除における変化を計算.scope drop.scope factor.scopemodels
familyモデルに対するファミリオブジェクトbinomial gaussian Gamma inverse.gaussian poisson quasi quasibinomial quasipoisson print.familymodels
fitted.valuesモデル当てはめ値を取り出す.values fitted fitted.default fitted.lm fitted.glmmodels regression
formulaモデル式formula.default formula.formula formula.terms formula.data.frame as.formula print.formulamodels
glm一般化線形モデルの当てはめglm.fit glm.fit.null weights.glm print.glm print.glm.nullmodels regression
glm.controlGLM 当てはめを制御する補助.controloptimize models
glm.summaries一般化線形モデルの当てはめへのアクセス.glm residuals.glmmodels regression
glm.summary一般化線形モデルの当てはめの要約.glm summary.glm.null print.summary.glmprint.summary.glm.nullmodels regression
influence.measuresRegression Deletion Diagnostics.measures print.infl summary. infl hat hatvalues hatvalues.lm rstandard rstandard.lm rstandard.glm rstudent rstudent.lm rstudent.glm dfbeta dfbeta.lm dfbetas dfbetas.lm dffits covratio cooks.distance cooks.distance.lm cooks.distance.glmregression
is.empty.modelモデルが空かどうかの有無をチェック.empty.modelmodels
lm線形モデルの当てはめprint.lm print.lm.nullregression
lm.summaries線形モデル当てはめにアクセス.lm formula.lm residuals.lm weights weights.lm weights.defaultregression models
lm.influence回帰診断.influence influence influence.lm influence.glmregression
lm.summary線形モデル当てはめの要約l Fits.lm summary.lm.null summary.mlm print.summary.lm print.summary.lm.nullregression models
lm.fit線形モデルへの当てはめ関数.fit lm.wfit lm.fit.null lm.wfit.nullregression array
logLik対数尤度を抽出するprint.logLik str.logLik as.data.frame.logLikmodels
logLik.glmglm オブジェクトから対数尤度を抽出する.glmmodels
logLik.lmlm オブジェクトから対数尤度を抽出する.lmmodels
loglin対数線形モデルへのあてはめcategory models
ls.diag'ls.fit' 回帰の結果に対する診断を計算.diagregression
ls.print'lsfit' 回帰分析の結果のプリント.printregression
lsfit最小自乗当てはめを見出すregression
make.linkGLM ファミリへのリンクを作る.linkmodels
makepredictcall安全な予測に対する道具関数makepredictcall.default SafePredictionmodels
make.tablesmodel.tables を作る.tables.aovproj make.tables.aovprojlistinternal
manova多変量分散分析models
model.extractモデルフレームから成分を取り出す.extract model.offset model.response model.weightsmanip programming models
model.frameモデルフレームから "Environment" を取り出す.frame model.frame.default model.frame.lm model.frame.glm model.frame.aovlistmodels
model.matrixデザイン行列の構築.matrix model.matrix.default model.matrix.lm model.matrix.lm.null model.matrix.glm.nullmodels
model.tablesCompute Tables of Results from an Aov Model Fit.tables model.tables.aov model.tables.aovlist print.tables.aovmodels
naresid欠損値の修正naresid.default naresid.exclude napredict napredict.default napredict.excludeNA models
naprint欠損値の修正naprint.default naprint.exclude naprint.omitNA models
offsetInclude an Offset in a Model Formulamodels
plot.design「デザイン」またはモデルの単変量の効果のプロット.designhplot
plot.lmlm オブジェクトの診断プロット.lm plot.mlmhplot regression
powerCreate a Power Link Objectmodels
predictモデルの予測methods
predict.glmGLM の当てはめの予測手法.glmmodels regression
predict.lm線形モデルの当てはめ用予測メソッド.lm predict.mlmregression
preplot作図オブジェクトの事前計算models
profileGeneric Function for Profiling Modelsmodels
projProjections of Modelsproj.default proj.lm proj.aov proj.aovlistmodels
relevelReorder Levels of Factorrelevel.default relevel.factor relevel.orderedutilities models
replications項の複製数models
residualsモデルの残差の抽出resid residuals.defaultmodels regression
se.contrastモデルの定数項の標準誤差.contrast se.contrast.aov se.contrast.aovlistmodels
se.aovmodel.tablesが使用する内部関数.aov se.aovlistinternal
stat.anovaGLM 分散分析統計量.anovaregression models
stepステップワイズ(逐次)アルゴリズムでのAICによるモデル選択models
aov分散モデル分析の要約.aov summary.aovlist print.summary.aov print.summary.aovlistmodels regression
summary.manova多変量分散分析法の要約.manova print.summary.manovamodels
termsモデルの項terms.terms terms.aovlist terms.default print.termsmodels
terms.formulaモデル式より項オブジェクトを構築.formulamodels
termplot回帰式の項のプロットhplot regression
terms.object項オブジェクトの記述(Description of Terms Objects).objectmodels
TukeyHSDTukey Honest の有意になる差の計算TukeyHSD.aovprint.TukeyHSDplot.TukeyHSDmodels design
updateModel Call の更新と再あてはめ(Re-fit )update.defaultmodels
update.formulaモデルの更新.formulamodels
vcov当てはめられたモデル・オブジェクト用に分散・共分散マトリックスの計算vcov.lm vco v.glm vcov.lme vcov.gls vcov.coxph vcov.survregmodels nonlinear
weighted.residuals重み付き残差の計算.residualsregression

算術・基本演算

項目説明別名キーワード
Arithmetic算術演算子%/% Arithmeticarith
Extremes最大値と最小値min pmax pminunivar arith
Round数値の丸めfloor round signif trunc zapsmallarith
all.equal二つのオブジェクトが(ほぼ)等しいか.equal all.equal.default all.equal.numeric all.equal.character all.equal.factor all.equal.formula all.equal.list all.equal.language attr.all.equalutilities logic arith
approxfun補間関数approxfunarith dplot
cumsum累積和、積および最大値cumprod cummin cummaxarith
diff遅延階差diff.defaultts arith
findInterval(値が属する)区間数又はその添字を見出すarith utilities
ns-dblcolon二重コロン演算子
range範囲(最大値と最小値の差)range.defaultunivar arith
sets集合演算intersect setdiff is.element setequalmisc
sign符号を表すarith
sortベクトルの要素の並べ替えis.unsortedunivar manip arith
sumベクトルの要素の和arith

数学関数

項目説明別名キーワード
Besselベッセル関数Bessel besselI besselJ besselK besselY gammaCodymath
Hyperbolic双曲線関数sinh tanh acosh asinh atanhmath
log対数と指数logb log1p log10 log2 exp expm1math
abs様々な数学関数sqrtmath
Special特別な数学関数beta lbeta gamma lgamma digamma trigamma tetragamma pentagamma choose lchoosemath
Trig三角関数cos sin tan acos asin atan atan2math
convolve高速畳み込みmath dplot
deriv簡単な式の数式・アルゴリズム的微分deriv deriv.default deriv.formula deriv3 deriv3.default deriv3.formulamath nonlinear
fft高速離散フーリエ変換mvfftmath dplot
integrate一変数関数の積分print.integratemath utilities
nextn与えられた約数の組み合わせで得られるある数以上の最小整数math
poly直交多項式の計算polym predict.poly makepredictcall.polymath
polyroot実・副素数値多項式の零点math
rleランレングス符号化inverse.rle print.rlemanip
splinefunスプライン補間splinefunmath dplot
.Machine機械固有定数sysdata programming math

論理演算

項目説明別名キーワード
Comparison関係演算子logic
Logic論理演算子Logiclogic
all全ての値が TRUE か?logic
anyいくつかの値が TRUE か?logic
complete.cases完全(NAが含まれない)例を探す.casesNA logic
ifelse条件つき選択logic programming
logical論理値ベクトルas.logical as.logical.default is.logical TRUE FALSE T Fclasses logic
whichどの添字が TRUE か?logic attribute

プログラミング

項目説明別名キーワード
Controlプログラムの実行順(流れ)の制御if else for while repeat break nextprogramming iteration logic
Extractオブジェクトの部分の抽出・置換Subscript [ [[ $ [<- [[<- $<- [.data.frame [[.data.frame [<-.data.frame [[<-.data.frame [.factor [.formula [.ts [<-.factor[.noquote.subset .subset2array list
Foreign外部関数インターフェース.C .Fortran .External .Call .External.graphics .Call.graphicsprogramming
Last.valueもっとも最近に評価された式の値.valueprogramming
Parenカッコ類( {programming
Recall再帰呼び出しprogramming
Primitive低レベルな内部関数の呼び出しinterface
all.names表現式中のすべての名前を見出す.names all.varsprogramming
args関数の引数リストdocumentation
assign名前に値を代入するdata
assignOps代入オペレータ
as.functionオブジェクトを関数に変換.function as.function.defaultprogramming
autoloadパッケージのオンデマンド・ローディングautoloader .AutoloadEnvdata programming
body関数本体へのアクセスと操作body<-programming
call関数呼び出しis.call as.callprogramming attribute
commandArgsコマンド・ラインの抽出environment sysdata programming
dataデータセットprint.packageIQRdocumentation datasets
get変数が持っている値を返すdata
getNumCConverters.C 引数中の変換リストの管理getCConverterDescriptions getCConverterStatus setCConverterStatus removeCConverterinterface programming
debug関数のデバッグundebugprogramming environment
delay遅延評価programming data
delete.responseterm オブジェクトの変更drop.terms delete.response [.termsprogramming
deparse式の逆構文解析(deparsing)programming manip data
do.callCall関数の実行.callprogramming
environment環境アクセスenvironment<- .GlobalEnv globalenv is.environment new.env parent.env parent.env<- .BaseNamespaceEnvdata programming
eval(評価されていない)式の評価evalq eval.parent localdata programming
expression未評価の式is.expression as.expression as.expression.defaultprogramming dplot
force引数を強制的に評価data programming
formals形式的引数へのアクセスと操作formals<-programming
format.infoformat(.) 情報.infocharacter print programming
function関数定義returnprogramming
identicalオブジェクトの完全な一致性の検査programming logic iteration
interactiveR は対話モードで実行されているか?environment programming
invisible出力モードを invisible (コンソールに表示しない) にするprogramming
is.finite普通の数、無限大、非数(NaN)の判別.finite is.infinite Inf NaN is.nanprogramming math
is.functionオブジェクトはFunction型か?.functionprogramming
is.languageオブジェクトはLanguage型か?.languageprogramming
is.recursiveObjectはAtomicかRecursiveか?.atomic is.recursiveprogramming classes
match.arg部分一致を用いた引数照合.argprogramming
match.call引数のマッチング.callprogramming
match.funFunction Verification for "Function Variables".funprogramming
menuメニュー対話型関数utilities programming
missing形式引数が値を持つかどうかprogramming
nameVariable Names or Symbols, respectivelyis.symbol as.symbol as.name is.nameprogramming attribute
nargs関数の引数の個数programming
ns-topenvトップレベルの環境programming
on.exit関数の返り値.exitprogramming
parse式の構文解析(Parsing)file programming connection
recoverエラー後のブラウズlimitedLabelsprogramming debugging
reg.finalizerオブジェクトの終了処理.finalizerprogramming
sourceファイルまたは接続先よりRのコードを読む込むfile programming connection
standardGenericFormal Method System Placeholdersprogramming internal
stop関数の実行を中止する(メッセージを表示してから)geterrmessageenvironment programming error
stopifnotR式が真であることを確認environment programming error
substitute式の置換とクォートquoteprogramming data
switch候補から成るリストから1個選ぶprogramming
sys.parent関数呼び出しスタックにアクセスする関数.parent sys.call sys.calls sys.frame sys.frames sys.nframe sys.function sys.parents sys.on.exit sys.status parent.frameprogramming data
trace関数やメソッドへの呼出の対話的なトレースとデバッグuntrace tracingState .primTrace .primUntraceprogramming debugging
traceback最後に起きたエラーまでの呼出スタックを表示.Tracebackprogramming
tryエラー時復帰を許す表現式の試行programming
warning警告メッセージprogramming error
warnings警告メッセージのプリントprogramming error
withデータ環境の中で式を評価with.defaultdata programming

グラフィックスデバイス

項目説明別名キーワード
Devicesグラフィック出力装置のリストdevice dev.interactivedevice
dev.xxx複数のデバイス間の制御.cur dev.list dev.next dev.prev dev.off dev.set .Device .Devices graphics.offdevice iplot
dev2複数のデバイス間でのグラフィックスのコピー.copy dev.print dev.copy2eps dev.controldevice
dev2bitmapGhostScript 経由のビットマップファイルのグラフィックス・デバイスbitmaputilities
pdfPDF グラフィックス・デバイスdevice
pictexPicTeX グラフィックス・デバイスdevice
postscriptポストスクリプト・グラフィックスps.options .PostScript.Options .ps.prologdevice
screen一つのデバイス上に複数のスクリーンを作る・制御するsplit.screen erase.screen close.screenaplot dplot device
xfigXFig グラフィックス・デバイスdevice
GnomeGNOME デスクトップ・グラフィックス・デバイスgnomedevice
gtkGTK+ グラフィックス・デバイスGTKdevice
pngJPEG および PNG グラフィックス・デバイスjpegdevice
quartzMacOS の X Quartz デバイスdevice
x11X ウィンドウ・システム・グラフィックスX11device

プロット

項目説明別名キーワード
HersheyHershey ベクトル・フォントaplot
JapaneseR における日本語文字aplot
ablineプロットに直線を加えるaplot
arrowsプロットに矢印を加えるaplot
assocplotAssociation Plotshplot
axTicks軸の目盛位置の計算dplot
axisプロットに軸を一つ追加するaplot
barplot棒グラフbarplot.defaulthplot
boxプロットの周囲にボックスを描画aplot
boxplot箱ヒゲ(形)図boxplot.defaulthplot
boxplot.formula箱ヒゲ図に対する公式表記.formulahplot
boxplot.stats箱ヒゲ図統計量.statsdplot
bxp要約からの箱ヒゲ図aplot
chull点集合からの凸包の計算hplot
col2rgbColorオブジェクトをRGBオブジェクトに変換color dplot
colors色の名前colourscolor dplot sysdata
contourコンター(等値線図)の表示contour.defaulthplot aplot
coplot条件つきプロットco.intervalshplot aplot
curve関数の描画plot.functionhplot
dotchartCleveland のドットプロットhplot
filled.contourレベル(コンター)プロット.contourhplot aplot
fourfoldplot四重プロットhplot
frame新しいプロット用のフレームを作成/開始.new frameiplot aplot
grayグレイスケール指定greycolor
gridプロットに格子を追加するaplot
histヒストグラムhist.defaultdplot hplot distribution
hsvHSV 色仕様color dplot
identify散布図中の点を特定identify.defaultiplot
imageカラー画像の表示image.defaulthplot aplot
interaction.plotTwo-way Interaction Plot.plothplot
jitter数にノイズ(jitter)を加えるdplot utilities
layout複雑なプロットのレイアウトを指定layout.show lcmiplot dplot environment
legendプロットに凡例を追加aplot
linesプロットへの結合された線分の追加lines.defaultaplot
locatorグラフィカルな入力iplot
matplot行列の列をプロットmatpoints matlineshplot aplot array
mosaicplotモザイックプロットmosaicplot.default mosaicplot.formulahplot
mtextテキストをプロットの余白に書くaplot
n2mfrowプロットの数から既定の mfrow を計算dplot utilities
pairs多変数散布図の行列表示pairs.defaulthplot
pairs.formula散布図行列に対する公式表記.formulahplot
Palettesカラー・パレットheat.colors terrain.colors topo.colors cm.colorscolor dplot
paletteグラフィックスのパレットのセットまたは表示color sysdata
panel.smooth単純なパネルプロット.smoothhplot dplot
parグラフィカルパラメータの設定と確認.Pars .Pars.readonlyiplot dplot environment
perspパース図persp.defaulthplot aplot
pieパイチャート(円グラフ)hplot
plot総称的な X-Y プロットhplot
plot.density核密度関数推定に対するプロットメソッド.densitydplot
plot.table'table' オブジェクトに対するプロットメソッド.tablehplot category
plot.ts時系列オブジェクトのプロット.ts plot.mts lines.tshplot ts
plot.windowグラフィックウィンドに対する世界座標のセットアップ.windowaplot
plot.xy基本内部プロット関数.xyaplot
plot.defaultデフォルトの散布図関数.defaulthplot
plot.factor因子変数のプロット.factorhplot
plot.formula散布図に対する公式表記.formula lines.formula points.formulahplot
plot.histogramヒストグラムのプロット.histogram lines.histogramhplot iplot
plotmathR における数式注釈aplot
pointsプロットへの点の追加points.defaultaplot
polygon多角形の描画aplot
ppoints確率プロットに対する座標dplot arith distribution
pretty見栄えの良いブレイクポイントdplot
qqnormQQプロットqqnorm.default qqplot qqlinehplot distribution
recordPlotプロットを記録し、再描画するrecordPlot print.recordedplotiplot
rect長方形を描くaplot
rgbRGB カラー仕様color
scale行列風オブジェクトのスケーリングとセンタリングscale.defaultarray
stemステム・アンド・リーフ(幹葉表現図)univar distribution
rugAdd a Rug to a Plotaplot
segments線分をプロットに追加するaplot
starsStar (Spider/Radar) Plots and Segment Diagramshplot multivariate
stripchart一次元スキャッター・プロットhplot
strwidth文字列および数式のプロット・サイズstrheightdplot character
sunflowerplotひまわり散布図を作るhplot smooth nonparametric
symbolsプロットにシンボルを描くaplot hplot multivariate
textプロットにテキストを追加するtext.defaultaplot
titleプロットの注記aplot
unitsグラフィックの表示単位yinch xyinch cmdplot
xy.coordsExtracting Plotting Structures.coordsdplot
xyz.coordsExtracting Plotting Structures.coordsdplot

ユーティリティー

項目説明別名キーワード
Defunct廃止された関数.Defunct Version provide .Provided category dnchisq pnchisq qnchisq rnchisq print.anova.glm print.anova.lm print.tabular print.plot save.plot system.test dotplot stripplot getenv read.table.url scan.url source.url httpc lient parse.dcf .Alias reshapeLong reshapeWide piechart print.ordered .Dyn.libs .lib.loc machine Platform Machine restartdocumentation utilities internal
Deprecated古くさい関数.Deprecated printNoClassdocumentation utilities
PkgUtilsアドオン・パッケージの構築とチェックに使えるユーティリティーcheckutilities
.Platformプラットホームに固有の変数file utilities
RdUtilsRd ファイル処理のためのユーティリティーRd2txt Rd2dvi Sd2Rdutilities
R.homeR のホーム・ディレクトリ名を返す関数.homeutilities
Sys.infoシステム情報・ユーザ情報の抽出.infoutilities
Sys.sleep実行の一時中断.sleeputilities
bug.reportバグ・レポートを送る.reportutilities error
builtinsすべての組み込みオブジェクト名を返すutilities
capabilitiesそのRがどの機能を有効にして構築されたかを報告utilities
capture.output出力を文字列またはファイルに送る.outpututilities
check.options一貫性に注意してオプションを設定.optionsutilities programming
conflictsSearch for Masked Objects on the Search Pathutilities
dataentryデータを表計算ソフトから入力するためのインタフェース.entry dataentry de de.ncols de.restore de.setuputilities file
dateシステムの日付けと時間utilities
debuggerPost-Mortem Debuggingdump.framesutilities error
demoR の機能のデモンストレーションdocumentation utilities
download.fileインターネットからファイルをダウンロード.fileutilities
editテキストエディタを起動edit.default vi emacs pico xemacs xeditutilities
edit.data.frameデータフレームとマトリックスの編集utilities
exampleオンラインヘルプの Example の実行documentation utilities
fixオブジェクトの修正・編集utilities
gc.timeガーベジ・コレクションに要した時間のリポート.timeutilities
Sys.getenv環境変数の取得.getenvenvironment utilities
getpidR セッションのプロセスIDの取得.getpidutilities
getwdワーキング・ディレクトリの取得または設定setwdutilities
grepパターン・マッチングと置換sub gsub regexprcharacter utilities
index.searchヘルプファイルの目次を検索.searchutilities
is.R今SでなくRを使っているか?.Renvironment utilities
licenseR 利用許諾契約書licencemisc
localeconvこの地域では数がどのように表記されるかについての詳細を求めるSys.localeconvutilities
localesQuery or Set Aspects of the LocaleSys.getlocale Sys.setlocaleutilities
memory.profileProfile the Usage of Cons Cells.profileutilities
noquoteClass for "no quote" Printing of Stringsprint.noquote as.matrix.noquoteprint methods utilities
NotYet未実装の関数と使われていない引数.NotYetImplemented NotYetUsed .NotYetUseddocumentation utilities
object.sizeオブジェクトに割り当てられたメモリの大きさを報告.sizeutilities
package.contentsパッケージ内容と記述.contents package.descriptionutilities
package.dependenciesパッケージの依存関係のチェック.dependenciesutilities
package.skeleton新パッケージで使う雛型を作成.skeletonfile utilities
packageStatusパッケージ管理ツールnewestVersion packageStatus print.packageStatus summary.packageStatus update.packageStatusupgrade.packageStatus upgradeutilities
pageRオブジェクトをページャで閲覧utilities
pos.to.envConvert Positions in the Search Path to Environments.to.envutilities
proc.timeRの実行時間.timeutilities
Sys.putenv環境変数の設定.putenvenvironment utilities
readline端末から一行入力するutilities
remove.packagesインストールされたパッケージの除去utilities
savehistoryコマンド履歴のロードまたは保存あるいは表示savehistory historyutilities
str任意のRオブジェクトの構造を簡潔に表示str.default str.data.frame ls.str lsf.strprint documentation utilities
summaryRprofRプロファイラの出力を要約するutilities
symnumSymbolic Number Codingutilities character
sys.sourceファイルの式のパースと評価.sourcefile utilities
system.fileRのシステムファイルの名前を求める.filefile utilities
system.timeCPU 使用時間.time unix.timeutilities
toString引数を文字列に変換するtoString.defaultutilities
unname'names' または'dimnames'の除去utilities
update.packagesCRANからパッケージをダウンロード.packages installed.packages CRAN.packages old.packages download.packages install.packages contrib.urlutilities
which.min数値ベクトルの最小値(Min()) または最大値(Max())のインデックスを返す。.min which.maxutilities
BATCHRプログラムの一括実行utilities
COMPILERを利用したファイルのコンパイルutilities
INSTALLアドオンパッケージのインストールutilities
LINK実行可能プログラムの作成utilities
REMOVEアドオンパッケージの削除utilities
RHOMERのホーム・ディレクトリR_HOMEutilities
RprofR の実行のプロファイル作成を有効にするutilities
SHLIB動的ローディング用の共有ライブラリの構築utilities
SignalsR の実行を中断するutilities
make.packages.htmlHTML 文書ファイルの更新.packages.htmlutilities
nslホスト名で IP アドレスを参照するutilities
systemシステム・コマンドを起動するunixinterface file utilities

諸関数

項目説明別名キーワード
ave因子の水準の込み合わせに対するグループ平均univar
IQR四分位範囲univar robust distribution
aggregateデータ・サブセットについて要約統計量を計算するaggregate.default aggregate.data.frame aggregate.tscategory array
count.fields一行当たりの欄数を数える.fieldsfile
cov.wt重みつき共分散マトリックス.wtmultivariate
cut数値からFactorへ変換cut.defaultcategory
densityカーネル密度推定print.densitydistribution smooth
fivenumTukey の五数要約統計量univar robust distribution
lowess散布図の平滑化smooth
mad中央値絶対偏差univar robust
mahalanobisマハラノビス距離multivariate
match値のマッチング%in%manip logic
mean算術平均mean.default mean.data.frameunivar
median中央値univar robust
nclassヒストグラムの階級数の計算.Sturges nclass.scott nclass.FDunivar
p.adjust多重比較における P 値の調整.adjust p.adjust.methodshtest
quantileSample Quantilesquantile.defaultunivar
rankSample Ranksunivar
sd標準偏差univar
uniqueユニークな要素の抽出unique.default unique.data.frame unique.matrix unique.arraymanip logic
weighted.mean重みつき算術平均.meanunivar

カテゴリカルデータ

項目説明別名キーワード
byFactor によって分割されたデータフレームに関数を適用by.default by.data.frame print.byiteration category
codesFactor Codescodes.factor codes.ordered codes<-category classes
factor因子(要因)ordered is.factor is.ordered as.factor as.ordered is.na<-.factorcategory NA
ftableFlat Contingency Tablesftable.default print.ftablecategory
ftable.formulaFormula Notation for Flat Contingency Tables.formulacategory
gl因子水準の生成category arith
interaction因子の交互作用を計算category
levelsLevels Attributeslevels<- levels<-.defaultcategory
levels.factorFactor Levels Assignment<-.factorcategory
nlevelsThe Number of Levels of a Factorcategory
read.ftableManipulate Flat Contingency Tables.ftable write.ftable as.table.ftablecategory
splitグループに分割split.default split.data.frame split<- split<-.default split<-.data.frame split.data.frame<- unsplitcategory
tableクロス集計表作成summary.table print.summary.table as.data.frame.table as.table as.table.default is.tablecategory
xtabsクロス集計print.xtabscategory

環境

項目説明別名キーワード
Memoryデータ保管に利用できるメモリーの大きさmem.limitsenvironment
StartupR セッション開始時の初期化Rprofile .Rprofile Rprofile.site Renviron.site .Renviron .First .First.sysenvironment
R.Versionバージョン情報.Version R.version version R.version.stringenvironment sysdata programming
apropos名前(の一部分)からオブジェクトを検索finddata documentation environment
as.environmentCoerce to an Environment Object.environmentdata environment
bindenvBinding and Environment AdjustmentslockEnvironment environmentIsLocked lockBinding unlockBinding makeActiveBinding bindingIsLocked bindingIsActiveinternal
browser環境ブラウザprogramming environment
gcガーベジ・コレクションgcinfoenvironment
gctortureTorture Garbage Collectorenvironment
lsList オブジェクトのリストenvironment
optionsオプションの設定.Options getOptionenvironment error print
quitR セッションの終了q .Lastenvironment
remove指定した環境からオブジェクトを取り除くremoveenvironment
taskCallbackAdd or remove a top-level task callbackremoveTaskCallbackenvironment
taskCallbackManagerCreate an R-level task callback managerenvironment
taskCallbackNamesQuery the names of the current internal top-level task callbacksenvironment
browseEnvBrowse Objects in Environmentwsbrowserinterface

ファイル操作・入出力

項目説明別名キーワード
basenameファイル・パスの操作dirnamefile
browseURLURL をWWW ブラウザにロードfile
connections接続操作関数connection file pipe fifo gzfile unzbzfile url socketConnection open open.connection isOpen isIncomplete close close.connection flush flush.connection print.connection summary.connection ISOLatin1 MacRoman WinAnsinative.encfile connection
dcf形式でのデータの読み書き.dcf write.dcfprint file
dput内部オブジェクトをファイルに書くdgetfile programming connection
dumpR オブジェクトのテキスト表現file connection
file.accessファイルのアクセシビリティの確認.accessfile
file.choose対話的にファイルを選択.choosefile
file.infoファイル情報の抽出.infofile
file.pathConstruct Path to File.pathfile
file.show一つないしは複数のファイルの表示.showfile
filesファイル操作file.append file.copy file.create file.exists file.remove file.rename file.symlink dir.createfile
gzcon(De)compress I/O Through Connectionsfile connection
list.filesディレクトリ/フォルダー内のファイルの一覧リスト.files dirfile
loadセーブしたデータセットの再ロードloadURLfile
path.expandExpand File Paths.expandfile
read.00Index00Index形式ファイルを読み込む.00Indexfile connection
read.fwf固定幅の形式のファイルの読み込み.fwffile connection
read.socketソケットからの読み込みと書き出し.socket write.socketmisc
read.tableデータ入力.table read.csv read.csv2 read.delim read.delim2file connection
readBinバイナリ・データの接続先へのまたは接続先からの転送writeBin readChar writeCharfile connection
readLines接続先よりテキスト行を読むfile connection
saveR オブジェクトを保存するsave.image sys.save.image sys.load.imagefile
scanデータの値を入力するfile connection
seekFunctions to Reposition Connectionsseek.connection truncate truncate.connection isSeekablefile connection
serializeシンプルなシリアル化インターフェース.saveRDSinternal file
sinkR の出力をファイルに出すsink.numberfile connection
tempfile一時的なファイル名の作成tempdirfile
textConnectionText Connectionsfile connection
unlinkファイルやディレクトリの削除file
url.showDisplay a text URL.showfile misc
writeファイルにデータを書き出すfile connection
write.tableデータ出力.tableprint file
writeLines接続先に複数行を書き込むfile connection
zip.file.extractZip アーカイブよりファイルを取り出す.file.extractfile

ベクトル・行列・配列・データフレーム

項目説明別名キーワード
apermArray Transpositionarray
appendベクトルの混ぜ合わせmanip
apply行列のマージンに関数を適用する(行和とか列の平均とか,等々)iteration array
array多次元配列as.array is.arrayarray
c複数の値をベクトルやリストにまとめるmanip
cbindR オブジェクトを列順または行順で結合rbind cbind.data.frame rbind.data.framearray manip
colカラムのインデックスarray
colSumsForm Row and Column Sums and MeansrowSums colMeans rowMeansarray algebra
complex複素数ベクトルas.complex as.complex.default is.complex Re Im Mod Arg Conjcomplex
cor相関、分散および共分散(マトリックス)cor covunivar multivariate array
crossprod行列のクロス積algebra array
data.frameデータフレーム.frame as.data.frame is.data.frame row.names row.names.data.frame row.names.default row.names<- row.names<-.data.frame row.names<-.default plot.data.frame as.data.frame.AsIs as.data.frame.character as.data.frame.complex as. data.frame.data.frame as.data.frame.default as.data.frame.factor as.data.frame.integer as.data.frame.list as.data.frame.logical as.data.frame.matrix as.data.frame.model.matrix as.data.frame.numericas.data.frame.ordered as.data.frame.ts as.data.frame.vector xpdrows.data.frameclasses methods
data.matrixデータフレームを数値マトリックスに変換.matrixarray
diag行列の対角成分diag<-array
dimオブジェクトの次元dim.data.frame dim<-array
dimnamesDimnames of an Objectdimnames<- dimnames.data.framedimnames<-.data.f ramearray manip
double倍精度実数ベクトルas.double as.double.default is.double single as.single as.single.defaultclasses
drop配列から一水準しかもたない次元の削除array
duplicated重複する要素の決定duplicated.default duplicated.data.frame duplicated.matrix duplicated.arraylogic manip
integer整数ベクトルas.integer as.integer.default is.integerclasses
kappa行列の条件数の推定kappa.default kappa.lm kappa.qr kappa.trimath
kronecker配列のクロネッカー積%x%array
lapply関数をリストやベクトル全体に適用sapplyiteration list
lengthベクトルやリストの長さ(要素数)length<-attribute
listリスト -- 総称的・ドット対pairlist alist as.list as.list.default as.list.data.frame as.pairlist is.list is.pairlistlist manip
lower.tri正方行列の下三角行列(上三角行列).tri upper.triarray
mapply関数を多重リストやベクトル変数に適用manip utilities
margin.table表の周辺和の計算.tablearray
mat.or.vecマトリックスまたはベクトルの作成.or.vecarray
matmult行列の積**% matmultarray arith
matrix行列as.matrix as.matrix.default as.matrix.data.frame is.matrixarray algebra
maxCol行列の最大位置を計算.colutilities array
merge2つのデータフレームのマージmerge.default merge.data.framearray manip
nrow行列の行数(列数)NROW ncol NCOLarray
numeric数値ベクトルas.numeric is.numericclasses attribute
prodベクトル要素の積arith
prop.table表の要素を周辺和の日として表現.tablearray
revベクトルの要素を逆順にするmanip
real実数ベクトルas.real is.realclasses
repベクトルやリストの要素の繰り返しrep.intmanip
replaceベクトルの値の置き換えmanip
reshapeグループ化されたデータの整形manip
row行のインデックスarray
row/colnames行および列の名前rownames<- colnames colnames<-array manip
rowsumグルーピング変数に基づいたマトリックスまたはデータフレームの行和rowsum.default rowsum.data.framemanip
seq連続値の生成seq.default :manip
sequence等差数列数値ベクトルを作るmanip
slice.index配列のスライスインデックス.indexarray
stackStack or Unstack Vectors from a Data Frame or Liststack.default stack.data.frame unstack unstack.default unstack.data.framemanip
subsetベクトルやデータフレームの部分集合化subset.default subset.data.framemanip
sweep配列の縦断要約array iteration
t行列の転置t.default t.data.frame t.tsarray
tabulateベクトルの表作成arith
tapply不揃い配列全体に関数を適用iteration category
transformオブジェクト、例えばデータフレームに変換transform.default transform.data.framemanip
unlistリスト構造をベクトルにして、中身を平坦にするlist manip
vectorベクトルas.vector as.vector.factor is.vectorclasses
outer行列の外積%o%array

行列分解・最適化

項目説明別名キーワード
backsolve上・下三角線形方程式系を解くforwardsolvealgebra array
cholコレスキー分解La.cholalgebra array
chol2invコレスキ分解から逆行列を計算La.chol2invalgebra array
constrOptim制約条件つきの最適化optimize
det行列式の計算array
eigen行列のスペクトル分解La.eigenalgebra array
nlm非線形最小化nonlinear optimize
optim汎用最適化nonlinear optimize
optimize一次元最適化optimiseoptimize
qr行列の QR 分解qr.coef qr.qy qr.qty qr.resid qr.fitted qr.solve is.qr as.qrsolve.qralgebra array regression
QR.AuxiliariesQ,R オブジェクトから Q, R, そして X 行列を再現.X qr.Q qr.Ralgebra array
solve連立方程式を解くsolve.defaultalgebra
svd行列の特異値分解La.svdalgebra array
uniroot一次元の根(零点)を見つけるoptimize

文字列操作

項目説明別名キーワード
abbreviate識別可能な略語character
agrep近似的な文字列マッチング(ファジー・マッチング)character
char.expandExpand a String with Respect to a Target Table.expandcharacter
character文字ベクトルas.character as.character.default as.character.factor is.charactercharacter classes
charmatch文字列の部分マッチングcharacter
chartrCharacter Translation and Casefoldingtolower toupper casefoldcharacter
format共通のフォーマットにエンコードformat.AsIs format.data.frame format.default format.factor format.pval prettyNumcharacter print
formatCC-スタイルのフォーマットformat.charcharacter <print
formatDLフォーマット記述リストprint
make.namesMake Syntactically Valid Names.namescharacter
nchar文字数カウントcharacter
octmode8進数表示.octmode print.octmode as.character.octmodeprint
paste文字列の連結character
pmatch文字列の部分的マッチングcharacter
sprintfC 言語風の書式付き出力をするprint character
strsplit文字ベクトルの要素分解character
strwrapWrap Character Strings to Format Paragraphscharacter
substr文字ベクトルの部分文字列の抽出substring substr<- substring<-character
type.convertType Conversion on Character Variables.convertmanip

オブジェクト・クラス・メソッド

項目説明別名キーワード
is.singleオブジェクトは単精度タイプか?.singleclasses
na.actionNA Action.action na.action.defaultNA methods
InternalMethodsInternal Generic Functionsmethods
NA欠損値(欠測値)is.na is.na.data.frame is.na<- is.na<-.defaultNA logic manip
NULLNull オブジェクトas.null as.null.default is.nullattribute manip list sysdata
attach検索パスにRオブジェクトを付け加えるdata
attrオブジェクト属性attr<-attribute
attributesオブジェクト属性リストattributes<- mostattributes<-attribute
classオブジェクト・クラスclass<- oldClass oldClass<- unclass inheritsmethods classes
comment'Comment' 属性の問い合わせまたは設定comment<-attribute
data.classオブジェクト・クラス.classclasses methods
detach検索パスからRオブジェクトを取り除くdata
existsオブジェクトは定義済みか?data
getAnywhere名前を含む R オブジェクトの検索[.getAnywhere print.getAnywheredata
is.objectオブジェクトが「内部クラス化」されているか?.objectmethods classes
labelsオブジェクトよりラベルを見つけるlabels.default labels.terms labels.lmprint models
methodsクラス・メソッドNextMethod methods S3Methods .isMethodsDispatchOnmethods
modeThe (Storage) Mode of an Objectmode<- storage.mode storage.mode<-attribute
na.failオブジェクトの中の欠損値を扱う.fail na.fail.default na.omit na.omit.data.frame na.omit.default na.exclude na.exclude.data.frame na.exclude.default na.passNA
namesオブジェクトの名前属性names.default names<- names<-.defaultattribute
searchRオブジェクトの探索パス与えるsearchpathsdata
structure属性の仕様attribute manip
summaryオブジェクトのサマリーsummary.default summary.data.frame summary.factorsummary.matrixmethods
typeofオブジェクト・タイプattribute

時系列 (より本格的な時系列解析用の関数はパッケージ ts に入っています)

項目説明別名キーワード
ts-methods時系列オブジェクトの手法.ts na.omit.tsts
ts時系列オブジェクトas.ts is.ts Ops.ts cbind.ts is.mtsts
tsp時系列ライクな(Time-Series-like)オブジェクトの Tsp 属性tsp<- hasTspts
print.ts時系列オブジェクトのプリント.tsts
startEncode the Terminal Times of Time Seriesend start.default end.defaultts
time時系列のサンプリング時間cycle frequency deltat time.default time.ts cycle.default cycle.ts frequency.default deltat.defaultts
windowTime Windowswindow.default window.tsts
zcbind複数の時系列を結びつける.tsinternal

プリント

項目説明別名キーワード
cat引数を繋いで表示print file connection
print値を出力するprint.factor print.htest print.listof print.simple.list print.tableprint
print.coefmat係数マトリックスのプリント.coefmatprint
print.data.frameデータフレームのプリント.data.frameprint
print.defaultデフォルトのプリント.default print.atomic print.matrixprint
prmatrixマトリックスのプリント(旧スタイル)print

インタフェイス・ドキュメント・その他

項目説明別名キーワード
close.socketソケットを閉じる.socketmisc
dyn.load外部関数インターフェース.load dyn.unload is.loaded symbol.C symbol.Forinterface
getNativeSymbolInfoネィティブ(C/Fortran) シンボルの記述の取得interface
Constants組込み定数letters month.abb month.name pisysdata
SyntaxR の演算子とその優先順位documentation
contributorsR プロジェクト・コントリビュータmisc
copyrightRのビルドに使用したファイルのコピーライトcopyrightsmisc
getFromNamespace名前空間開発用ユーティリティ関数fixInNamespacedata
getS3methodS3 メソッドの取得data
groupGenericGroup Generic Functions.Generic .Group .Class Math Math.data.frame Math.factor Ops Ops.data.frame Ops.factor Ops.ordered Summary Summary.data.frame Summary.factor Arith Compare Complex Math2methods
helpドキュメンテーション? topicNamedocumentation
help.searchヘルプ・システムの探索.search print.hsearchdocumentation
help.startハイパーテキスト・ドキュメンテーション.startdocumentation
libraryパッケージのロードとリスト表示require R_LIBS .Autoloaded .First.lib . Last.lib .Library .find.package .packages .path.package .libPaths .noGenerics print .libraryIQR print.packageInfodata
library.dynamShared ライブラリーのロード.dynam .dynLibsdata
make.socketソケット接続の作成.socket print.socketmisc
ns-altExperimental Alternative Name Specification Support.Import .ImportFrom. S3methodinternal
ns-internalsName Space InternalsgetNamespaceInfo importIntoEnvisBaseNamespace isNamespace namespaceExport namespaceImport namespaceImportFrompackage HasNamespace parseNamespaceFile registerS3method setNamespaceInfo.__S3MethodsTable__.internal
ns-lowlev低水準名前空間サポート関数loadNamespace loadedNamespaces unloadNamespaceinternal
ns-reflect.RdName Space Reflection SupportgetNamespace getNamespaceExports getNamespaceImports getNamespaceName getNamespaceUsers getNamespaceVersioninternal
promptRドキュメンテーション・ファイルのプロトタイプ作成prompt.default prompt.dataframedocumentation
promptDataGenerate a Shell for Documentation of Data Setsdocumentation
pushBackPush Text Back on to a ConnectionpushBackLengthconnection
help.startハイパーテキスト・ドキュメンテーション.startdocumentation
libraryパッケージのロードと一覧require R_LIBS .Autoloaded .First.lib .Last.lib .Library .find.package .packages .path.package .libPaths .noGenerics print.libraryIQR print.packageInfodata
library.dynamシェアド・ライブラリーのロード.dynam .dynLibsdata
make.socketソケット接続の作成.socket print.socketmisc
ns-altExperimental Alternative Name Specification Support.Import .ImportFrom.S3methodinternal
ns-internalsName Space InternalsgetNamespaceInfo importIntoEnvisBaseNamespace isNamespace namespaceExport namespaceImport namespaceImportFrom packageHasNamespace parseNamespaceFile registerS3method setNamespaceInfo .__S3MethodsTable__.internal
ns-lowlev低水準名前空間サポート関数loadNamespace loadedNamespaces unloadNamespaceinternal
ns-reflect.RdName Space Reflection SupportgetNamespace getNamespaceExports getNamespaceImports getNamespaceName getNamespaceUsers getNamespaceVersioninternal
promptRドキュメンテーション・ファイルのプロトタイプ作成prompt.default prompt.dataframedocumentation
promptDataGenerate a Shell for Documentation of Data Setsdocumentation
pushBackPush Text Back on to a ConnectionpushBackLengthconnection
showConnections接続先の表示getConnection getAllConnections closeAllConnections stdin stdout stderrconnection
slotOpExtract Slots
.Scriptスクリプト言語インターフェースinterface
Internal内部関数呼び出しinterface

日付・時刻

項目説明別名キーワード
hist.POSIXtHistogram of a Date-Time Object.POSIXtchron dplot hplot
DateTimeClassesDate-Time ClassesPOSIXct POSIXlt print.POSIXct print.POSIXlt summary.POSIXct summary.POSIXlt +.POSIXt -.POSIXt Ops.POSIXt Math.POSIXt Summary.POSIXct Math.POSIXlt Summary.POSIXlt [.POSIXct [<-.POSIXct [[.POSIXct[.POSIXlt [<-.POS IXlt as.data.frame.POSIXct as.data.frame.POSIXlt.leap.seconds is.na.POSIXlt all.equ al.POSIXct c.POSIXct c.POSIXlt as.matrix.POSIXlt mean.POSIXct mean.POSIXlt str.POSIXt -.POSIXct -.POSIXlt Ops.POSIXct Ops.POSIXltutilities chron
Sys.time現在の時刻とタイム・ゾーンを得る.time Sys.timezoneutilities chron
as.POSIX**日付-時刻変換関数.POSIXct as.POSIXct.default as.POSIXct.POSIXlt as.POSIXct.date as.POSIXct.dates as.POSIXltutilities chron
axis.POSIXctDate-time Plotting Functions.POSIXct plot.POSIXct plot.POSIXltutilities chron
bandwidthカーネル密度推定のSelector.nrd0 bw.nrd bw.ucvbw.bcv bw.SJdistribution smooth
difftime時間間隔as.difftime print.difftime round.difftime Ops.difftime.difftime Math.difftime Summary.difftime [.difftimeutilities chron
strptime日付/文字列相互変換.POSIXct format.POSIXlt strftime strptime as.character.POSIXt ISOdatetime ISOdateutilities chron
cut.POSIXt日付・時刻オブジェクトからFactorへ変換.POSIXtmanip chron
round.POSIXt日付・時刻オブジェクトの丸め/切捨て.POSIXt trunc.POSIXtchron
seq.POSIXtGenerate Regular Sequences of Dates.POSIXtmanip chron
weekdaysExtract Parts of a POSIXt Objectweekdays.POSIXt months months.POSIXt quarters quarters.POSIXt julian julian.POSIXtchron

コメント



トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-03-25 (土) 11:19:16