Guest User

Untitled

a guest
Nov 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. rasterPaths <- list.files(path='...folder with rasters', pattern= 'tif' , full.names=TRUE )
  2. rasStack <- stack(rasterPaths)
  3. pairs(rasStack,cor = TRUE )
Add Comment
Please, Sign In to add comment