R言語のデータ型とデータ構造
データ型 (typeof)
integer
整数型
double
実数(浮動小数点数)型
complex
複素数型
character
文字型
logical
論理型
raw
バイト型
typeof(x)
mode(x)
storage.mode(x)
続きを読む
R言語のデータ型とデータ構造
整数型
実数(浮動小数点数)型
複素数型
文字型
論理型
バイト型
typeof(x)
mode(x)
storage.mode(x)
続きを読む