You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to take the 1st month of 2019 and created the code below. But I got the error "Error in tmp_array [,,, m1]: subindex out of bounds".
x <- as.Date("2019-01-01")
m1 <- x
twvc_slice1 <- twvc_array[,,,m1]
Why do you think it's not happening?
The text was updated successfully, but these errors were encountered:
On 2020-10-12, at 08:22:07, deniz-93 ***@***.***> wrote:
I wanted to take the 1st month of 2019 and created the code below. But I got the error "Error in tmp_array [,,, m1]: subindex out of bounds".
x <- as.Date("2019-01-01")
m1 <- x
twvc_slice1 <- twvc_array[,,,m1]
Why do you think it's not happening?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
--
Prof. Patrick J. Bartlein
Dept. Geography, Univ. Oregon; Eugene, OR 97403-1251 USA
voice: +1 541 346 4967;
www: https://pjbartlein.github.io/
I wanted to take the 1st month of 2019 and created the code below. But I got the error "Error in tmp_array [,,, m1]: subindex out of bounds".
x <- as.Date("2019-01-01")
The text was updated successfully, but these errors were encountered: