-
Ex: ppfd in biomee is mol m-2 s-1, while it is mol m-2 d-1 in p-model.
-
Some of the options for the `layout` argument in `ggtree::ggtree()` cause an error (session and package version info below). The options that cause error are:
'ape'
'slanted'
'radial'
'equal_an…
-
I'm developing a ggplot2 extension where it would be helpful to pass a tibble column as an aesthetic.
As a simple motivating example, you could imagine a `geom_box()` layer with a `bounds` aestheti…
-
``` r
library(tidyverse)
ggplot(faithful, aes(x = eruptions, y = waiting)) +
geom_density_2d()
```
![](https://i.imgur.com/5k2Q9Yf.png)
``` r
ggplot() +
layer(
geom = ggplot2:…
-
scRNAtoolVis这个包画比例图,如何指定分组顺序吗?factor指定好像没起作用
-
Currently if you don't load tidyverse, then an error will be produced. It'd be worth adding import/importFrom tags to your functions to specify which external functions are needed and listing ggplot2 …
-
## data_thinning
Thin the occurrence data (i.e., remove occurrence records closer than a certain cut-off to each other) to partly address sampling bias, will need to define a rationale behind the spa…
-
We have this visualisation, which among others makes the point that you need quite a lot of samples for the sample-based log score to be reliable.
![image](https://github.com/user-attachments/asse…
-
When working with `ggplot2` I would like to render a textured filling with `ggpattern` and more particularly with `ggpattern::geom_polygon_pattern()`.
```r
library(ggplot2)
library(ggpattern)
li…
-
Hi there,
great package. I was wondering whether you might be interested in adding a new `ggplot2` stat and geom.
I recently wanted to plot a two-dimensional HPD region for the posterior predict…