mirror of
				https://asciireactor.com/otho/cs-5821.git
				synced 2025-10-31 17:58:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			134 B
		
	
	
	
		
			R
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			134 B
		
	
	
	
		
			R
		
	
	
		
			Executable File
		
	
	
	
	
| x <- c(1,3,2,5)
 | |
| x
 | |
| x <- c(1,3,2,5)
 | |
| q()
 | |
| x = matrix ( data = c (1,2,3,4), nrow=2, ncol=2)
 | |
| x
 | |
| matrix ( c(1,2,3,4),2,2,byrow=TRUE)
 | |
| ls()
 | |
| q()
 |