AMBarbosa

Results 46 issues of AMBarbosa

Using one of the examples from the function help file, and an example raster layer: ``` points

Hi! A god complement to the `footprint()` map would be a version for marine regions, such as https://www.researchgate.net/publication/5574961_A_Global_Map_of_Human_Impact_on_Marine_Ecosystems/figures Cheers!

Something like: jitter: numeric (passed to `\code{\link{jitter}}`), amount of noise to add to the y coordinates of the labels, to avoid overlaps. Alternatively or additionally, you could import/implement `car::pointLabel()` for...

If the user runs the original code on occurrence data with no NAs in the climatic variables (i.e. with zero `occs.na`), `occs[-occs.na, ]` returns and empty dataframe, because `occs[-0, ]`...

`vect()` used to work for two-column matrices but fail for two-column data frames if `geom` was not supplied. Now, it works without `geom` also for data frames if the coordinate...

Hi, According to `?vect`, the `crs` argument should be empty by default, and it used to be. But now, in some cases a CRS is automatically assigned to non-spatial inputs...

Hi, I'm getting visibly different outputs with the `terra` and `cartogram` packages, though I don't know which (if) one is supposed to be more correct. The polygon in the middle...

Hi, `distance()` requires a CRS for SpatVector, but not for SpatRaster inputs, where instead it computes distance in coordinate units without any warning: ``` library(terra) r

Hi, Changing some plotting parameters can improve readability, but plot parameters are ignored by some plots, e.g. `cex` and `col` in the left-hand plot from following code: ``` testData =...