Replies: 1 comment
-
Well, I'll answer to my own question because I found a solution and it might help someone someday.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody!
I am trying to divide my dataset randomly into two parts to keep some data for evaluation. I'm working with R and I can't figure out how to do it. I guess I am not the only one who tried to do something like that, so could you help me please?
So far, I have one Spatvector with my presence data.
I can subset one part with
sample(Spatdata, 200)
But how to proceed then? I tried with
setdiff(Spatdata, Sample)
but it doesn't work.Thank you very much!
Nvx
Beta Was this translation helpful? Give feedback.
All reactions