-
The ggpubr package claims to be a way of using ggplot to easily get publication quality graphics in R. It seems to be a sort of R command equivalent of what we are trying to do through dialogues.
…
-
---
I add a legend inside the top part of a lower triangular ggpairs with putPlot() as follows:
First I create a ggpairs plot without legend then I strip the legend I want from and ad hoc auxi…
-
Using the code below the figure that appears in the margin has an overly small font size. Do you know if Is this something that is a result of the data/plot, or the way that msmbstyle is doing the for…
-
This is a fairly easy (I think) feature to add that would help me implement lazy reading of huge raster files (a stars proxy object), such that they can be downsampled appropriately. To do this, I wou…
-
Dear Sir,
I used the following cods:
`library("ggplot2")
library("ggmap")
library("scatterpie")
ap
-
library(vegan)
##### The dune data set is not the most ideal, but since it is used for illustration purposes in the package, we will use it here to show plots that would be good to add to the package
…
-
Hello, I have an issue when trying to change the interval between the x-axis ticks in a ggline() lineplot.
Both the ggplot() scale_x_continous() function and the ggpar() yticks.by= lead to the error
…
-
Alameda_cleaned_v2.txt looks to have 85% more records than the new Alameda file in working_data.
The rows that are getting dropped don't seem like "bad" rows either.
To get a sense of # of pages bei…
-
It's currently difficult to overlay legible labels over `geom_*_axis()`. A natural scheme would be to position them just outside the plotting window, as though they were tick mark labels (but without …
-
Also drop the NA control on the legend. Plot still could have more work done, but gist is there.
credit to @vjd
```
library(tibble)
library(dplyr)
library(ggplot2)
df