-
Hello all,
I got VertexWiseR kickstarted, but have been having trouble importing Freesurfer data using SURFvextract.
Here are the commands I ran:
```
library(VertexWiseR)
Sys.setenv(FREESURF…
-
Hi Frederik,
I ran into the following error when using `geom_half_violin()`. Could you take a look to see what went wrong? Thanks!
```
Error in `geom_half_violin()`:
! Problem while converting…
-
Hi @mikejohnson51,
I wanted to answer #94 but looks like I am not able to get the data downloaded. It just runs and never finishes. I tried on #93 and #94 examples, but no success.
```
system.time…
-
This comment https://github.com/tidyverse/ggplot2/issues/3619#issuecomment-628021555 prompted me to look into `plot_env`, and as far as I can see it's stored and handed around just so it can be eventu…
-
## Description
{pointblank} makes use of code that is deprecated with {tidyselect} 1.1.0.
## Reproducible example
```r
withr::with_options(list(lifecycle_verbosity = "error"),
…
-
I was running the filter_rad() on a new dataset and got the following error
Filter genotyping threshold: 0.2
Number of individuals / strata / chrom / locus / SNP:
Before: 658 / 3 / 1 / 5478 /…
-
I have predefined hm data split Heatmap() function. I want to add each ggplot object I've manually made to each cluster by using anno_link().
The code for the predefined heatmap I've made
```r
…
-
This is an issue so that we remember to come back to this. As noted by. @clauswilke here: https://github.com/tidyverse/ggplot2/issues/3561#issuecomment-599091916 , constructing ternary diagrams using …
-
Hello,
The latest version of landscapemetrics (2.1.4) can't call on the scale_sample() function. I updated my version of R but that didn't fix it. Any ideas?
Thanks,
Julian
> sessionInfo…
-
Hi Michael,
when using a logical status in geom_kmticks like
``` r
library(ggkm)
data(lung)
lung$status2 = ifelse(lung$status == 1, TRUE, FALSE)
ggplot(lung, aes(time = time, status = status2)) + ge…