📜  向量类型 - R 编程语言代码示例

📅  最后修改于: 2022-03-11 14:51:59.835000             🧑  作者: Mango

代码示例1
#Vectors are the most basic R data objects and there are six types of 
# atomic vectors. They are logical, integer, double, complex, character and raw.
#Logical (True, False)
#Double - floats or decimal numbers
#Integer - numbers
#Character - strings