> print(corn_d, compress = "v", downscale = TRUE)
                                
        ▄▄████▄▄▄▄████          
      ████████████████▄▄        
      ▄▄██████████████████▄▄    
  ▄▄████████████████████████    
  ▀▀▀▀▀▀  ▀▀████████████████    
              ▀▀████████▀▀      
                                

> print(corn_ld)
[[1]]
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░████░░░░████░░░░░░░░░░
░░░░░░░░██████████████░░░░░░░░░░
░░░░░░████████████████░░░░░░░░░░
░░░░░░██████████████████░░░░░░░░
░░░░░░░░██████████████████░░░░░░
░░░░░░██████████████████████░░░░
░░░░████████████████████████░░░░
░░██████████████████████████░░░░
░░██████░░██████████████████░░░░
░░░░░░░░░░░░████████████████░░░░
░░░░░░░░░░░░░░████████████░░░░░░
░░░░░░░░░░░░░░░░████████░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

attr(,"class")
[1] "bm_list" "list"   

> bm_print(corn_rd, compress = "v")
                                
        ▄▄████▄▄▄▄████          
      ████████████████▄▄        
      ▄▄██████████████████▄▄    
  ▄▄████████████████████████    
  ▀▀▀▀▀▀  ▀▀████████████████    
              ▀▀████████▀▀      
                                

> bm_print(corn_nrd, compress = "v")
                                
        ▄▄████▄▄▄▄████          
      ████████████████▄▄        
      ▄▄██████████████████▄▄    
  ▄▄████████████████████████    
  ▀▀▀▀▀▀  ▀▀████████████████    
              ▀▀████████▀▀      
                                

> bm_print(corn_mid, compress = "v")
                                
        ▄▄████▄▄▄▄████          
      ████████████████▄▄        
      ▄▄██████████████████▄▄    
  ▄▄████████████████████████    
  ▀▀▀▀▀▀  ▀▀████████████████    
              ▀▀████████▀▀      
                                

