Student Reviews
                
                    
                            
    
    
    
    
                    
                    ( 5 Of 5 )
                
                1 review
             
         
        
        
     
          
        
            
                
                    Video of R Tutorial #9 Matrices and its operations in R language (With Examples) in R Programming Language course by Unboxing Big Data channel, video No. 10 free certified online                
            
            
                #matrices
#The parameter nrow defines the row number of a matrix.
#The parameter ncol defines the column number of a matrix.
#The parameter data assigns specified values to the matrix elements.
#dim
#mode
#attributes
#help
#byrow
#diagonal
#transpose
#Multiplication of a matrix with a constant
#Addition and subtraction of matrices
#Access to rows, columns or submatrices