# NOT RUN {
world <- raster::getData(name = "worldclim", download = TRUE, var = "bio", res = 5)
test1 <- crop(world, extent(10, 15, 10, 15))
test2 <- crop(world, extent(17, 22, 17, 22))
test3 <- crop(world, extent(24, 26, 24, 26))
multistack.pca(test1, test2, test3)
# }
Run the code above in your browser using DataLab