تقييمات الطلاب
                
                    
                            
    
    
    
    
                    
                    ( 5 من 5 )
                
                ١ تقييمات 
             
         
        
        
     
          
        
            
                
                    فيديو شرح R Tutorial #9 Matrices and its operations in R language (With Examples) ضمن كورس لغة R شرح قناة Unboxing Big Data، الفديو رقم 10 مجانى معتمد اونلاين                
            
            
                #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