-
Please select the R from visualization pane.
Then integrate R code in the console of PowerBi.
To make basic visual using ggplot 2.
For loading library we use require(ggplot2)
Then paste the code here.…
-
Making a similar data set
```
Continent.range %
group_by(continent, year) %>%
summarise(Min_gdpPercapita = min(gdpPercap), Max_gdpPercapita = max(gdpPercap))
```
Now lets look at…
-
@tdhock I am facing an issue while I am running the source code [analysis/figure-timeseries.R.](https://github.com/tdhock/temperature-sensor/blob/5172bf9959c1e5e6c42cf3e87b4c87973bb9e546/analysis/figu…
-
## Project Robyn
Hello all, I'm trying to use the api but when I execute the demo code, but it returns a strange error.
## Describe issue
_Error in grid.Call(C_stringMetric, as.graphicsAnnot…
-
cor_data
-
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…
-
I am having issue with ggpairs, if one value for a grouping levels is missing, the colours are not consistent. Is there a way to circumvent this?
Here is an example:
```r
data(iris)
iris[iris$Sp…
-
with ggplot 2.2 it looks like the hack we are using for negative stacked bars is no longer necessary.
this broke a [related](https://github.com/almartin82/NYSEDtools/blob/047850c5c499efc3de124880f3…
-
Bu soruyu derste @melih2696 sormuştu. theme() katmanı üzerinden bazı değişiklikler yapılabiliyor ancak daha detaylı bir çözüme ihtiyacımız var: yazı boyut ve/veya tipini nasıl değiştirebiliriz?
Yor…
mcavs updated
2 years ago
-
Chapter 3 starter Rmds are pushed to the repo. I did one for the chapter text, and a separate one for the problems. This is a long chapter - the first part is pretty straightforward but then later g…