R CODER
R CODER
Hi, at this moment the legend doesn't work as it should. Considering the following example: ```r set.seed(1) # Data simulation x
Hi! You shouldn't experience memory issues when installing a package. Check if you can install other packages the same way as this. ``` # install.packages("remotes") remotes::install_github("R-CoderDotCom/ggcats@main") ``` Try removing all...
Hi @delabj, obviously the best approach is to create a new geom or stat, as you pointed out on #3, and a theme. At this moment I don't have the...
It looks really cool now!
Hi @ipuzek geom_cat is available in [ggcats]( https://github.com/r-CoderDotCom/ggcats)!
Hi @osnofas, aright now I don't have enough time for this package (I'm only a single person creating all the packages and content of the R CODER site). I will...
I also thought about this. Right now the function I developed (not published yet) allows creating budget constraint as in the image below, but not the corresponding indifference curves. The...
Hey there! I also though about creating the Edgeworth box but I think it is difficult to generalize. I mean, I think it is easy to create an Edgeworth box...
It seems to be difficult to calculate the easter day, but it is really easy to specify the day with `special.days` and highlight it If you need to know if...
Not sure if this is possible. Days are made with `geom_tile` and I don't know if it is possible to add images to them easily :(