pierreroudier / clhs

A R implementation of the conditioned Latin Hypercube Sampling method
12 stars 9 forks source link

Allow users to not set a buffer distance in `similarity_buffer` #7

Open pierreroudier opened 6 years ago

pierreroudier commented 6 years ago

Allow users to not set a buffer distance in similarity_buffer -- using a default value of NULL.

This way the similarity is computed cross the entire RasterStack.

I may need to implement some form of warning in case the number of cells of the RasterStack exceeds a certain number, especially for certain dissimilarity metrics.