J. Aravind

Results 8 issues of J. Aravind

I am developing a `ggplot2` extension ([`gglyph`](https://github.com/aravind-j/gglyph/)) and would like to use the repel algorithm from `ggrepel`. I am able to get desired results even though I am trying to...

Consider the following layered `igraph` network plotted with sugiyama layout. (As there are dummy vertices, the plotting of vertex labels is not straightforward.) ``` library(igraph) nodes 1 0.5 14 B...

Help pages are rendered as a code block in knit to pdf, whereas for knit to html, the proper page is displayed. Is there any way to get similar result...

Position of text labels by the `text =` argument in `rect.dendrogram` is on the horizontal axis rather than the vertical axis when `horiz = TRUE`. ``` dend15 % dist %>%...

JRE 8 system requirement

I am trying to customise a pkgdown site with `bslib` variables (https://aravind-j.github.io/rpcss/). I am able to successfully change the link colour using the variable `link-color`. ``` bslib: link-color: "#ff0f0f" ```...

front end :tulip:

`fviz_contrib` is not plotting `FAMD` output, both for qualitative and quantitative variables. For qualitative variables, it is because factor levels of different variables are same. This is related to #140...

With the update to `BS5`, code highlighting with backtick ("`") charachter is failing in vignettes built with `rmarkdown`. For example, https://aravind-j.github.io/EvaluateCore/articles/EvaluationofCoreCollections.html