Stéphane Guillou
Stéphane Guillou
I believe this issue is now fixed as you can use both the `fixed` and `size` arguments in `visNodes()` for the purpose you are describing.
> Just in case this is still useful to anyone, rather than put the place in the `query` param, you should use either `bounds` with coordinates, or the `place_id`. Indeed,...
Hi @TlaskalV Thanks for the report. Looks like the time needed is proportional to how many total observations the user has. The `maxresults` argument only limits how many observations will...
Doing a **query** of "Tracheophyta" will match all the records that contain the term. In my test, I currently get a total of 67,629 entries (for the `x-total-entries` header), below...
@emhart : can you let me know in a nutshell the logic behind limiting the `x-total-entries` value to 200,000 (or 100,000 if bounding box is present), given that the maximum...
Thanks, @vijaybarve . This is indeed a limitation of the old API. Moving to the new API will fix that, as it returns 0 results as expected, rather than every...
This will of course mean more work, but to guarantee sustainability for this important package, I wonder if going through the process of making it an ROpenSci project is an...
I believe it also is what is expected based on the current documentation (emphasis mine): > `ggplot()` initializes a ggplot object. It can be used to declare the input data...
Interesting, and serendipitous! I really like that solution using theming, and it makes perfect sense to have this kind of feature! However, what about the consistency in aesthetics definition, and...
@smouksassi > I don't agree that we can call this aesthetics definition, as in ggplot aesthetics is when you map something versus when you set something to one value, you...