-
Hi again Chi!
I'm using your script for doing a dbRDA, but when doing it with vegan I do not obtain the same results. Is there any kind of transformation or scalation applied to the data? because I…
-
Today we covered most of the material from lesson 2 leaving out most of the examples of how to customize ggplots.
We did exercises 1 through 3 in some capacity. We talked about factors a bit follo…
-
Hi,
first of all, thanks for a great package!
I have spent some time with it recently and I think that I have found a bug. If I use boxplots and facets, the boxplots in the upper facet are on the lef…
-
Hi there,
There appears to be an error when trying to use 'fill' when the x axis is of class 'Date' (but not otherwise).
```
library(ggvis)
library(ggplot2)
data %
ggvis(x = ~Weekday, y = ~Hou…
-
I don't know if it's a "problem" of ggridges, plotly or both, but I can't show a plotly version of a ggridge figure in a RStudio flexdashboard.
```
library(tidyverse)
library(forcats)
p3 %
mu…
-
Hi @dickoa et al, thanks for the package!
I think it would be great if other data variants with different resolutions / levels of detail would be available as well (called `scale` in the rnaturalea…
z3tt updated
3 months ago
-
Hi, there
It is a nice R package. Now, I want to know how to change the plot theme generated by autoplot function, including the text font and size, etc. Moreover, i wand to add the auc score like "…
-
(Apologies if this has been raised and addressed before)
Despite all the marvels of ggplot2 and the many amazing extension packages, one thing that continues to consume a lot of time (or often is d…
-
R's lazy evaluation can lead to different results when translating `map` function calls to `for` loops. Below is one example that Claus Wilke provided on Twitter.
Lets think about, whether there is…
-
In case you want to access the exact median expressions per condition (or other stats), we have prepared a script for you. First, download your sce object using the button on the upper right. Then, mo…