Skip to content

mansiwalke/Vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

About

#----Vectors---- # A vector is a one-dimensional array. # We can create a vector with all the basic data type # The simplest way to build a vector is to use the c command. # Creating a Numerical Vector: vec_num <- c(1, 10, 49) vec_num class(vec_num) # Creating a Character Vector: vec_chr <- c("a", "b", "c") vec_chr class(vec_chr) # Creating a Bo…

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors