-
# This code can not add color aes
library(ggraph)
packageVersion("ggraph")
#[1] ‘2.2.1’
ggraph(highschool) +
geom_edge_bundle_force(aes(color=as.factor(year)) )
sessionInfo()
R version 4…
-
Executing the following produces two plots in the pwd, Rplot001.png and Rplot002.png
The first plot is blank.
I expect only the second plot should be created.
```
png()
dataDir
-
Hi,
Im trying to test Nanonstring CosMx Lung tutorial (https://giottosuite.readthedocs.io/en/latest/subsections/datasets/Nanostring_Lung12.html#cosmx-project-loading-function).
However, Im stuck a…
-
Hello! Love what you guys have done with `trelliscope`. I'm running into an issue where no results are shown on my Ubuntu RStudio Server and I'm having a hard time fixing.
This code works on my ma…
-
I deployed a shiny app that is generated with the package learn, shinydashboard and shiny. Prior to updating rmarkdown to the latest version (before I used version 1.12) everything worked fine.
I …
-
I am trying to run integrate layers:
`Dataset
-
From: bob.ohara@
Full_Name: Bob O'Hara
Version: 2.6.0
OS: Windows XP
Submission from: (NULL) (88.112.20.250)
Using horizontal=TRUE with boxplot() confuses it as to what is an x- or y-axis.
At least…
-
I tried including html widgets in a revealjs Rmd file, but some of the widgets are not working very well. In particular, it seems `leaflet` is not working at all, and `d3heatmap` also has some wired …
-
Dear all,
I have tried your Shiny sample code ... but I am getting the below mentioned error message.
Have I missed something ?
Thank you very much for your help.... It would be great to have t…
-
When I am exporting my ggplots from R to powerpoint, my fonts get corrupted in powerpoint (fonts are filled). Herewith the code that gives the error in powerpoint and a picture of how the ggplot looks…