Answers for "types of vectors in r"

R
1

types of vectors in r

#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
Posted by: Guest on September-21-2021

Browse Popular Code Answers by Language