powered by
cutStack(x, tail = TRUE, n = NULL)
TRUE
FALSE
n
tail
data(australiaGPCP) # 6 layers from the beginning cutStack(australiaGPCP, tail = FALSE, n = 6) # 8 layers from the end cutStack(australiaGPCP, tail = TRUE, n = 8)
Run the code above in your browser using DataLab