Lijiao Ning

Results 5 comments of Lijiao Ning

Hi, all kinds of filtering can be done on the "enrichResult" object before drawing the plot. They have developed multiple "dplyr verbs" including the `filter` which can be applied directly...

Hi, it seems x and y are flipped in `barplot()`, and the `font.size` argument controls size of axis label. You can use `ggplot2::labs()` to modify axis and adjust title size...

Hi, as indicated in the error message, you need to specify the `label`, here's 2 quick ways to change node size (but old text remains in graph): ``` p +...

Actually, I found that the order of variables matters here, because there is a step after that to scale the new data based on the training data as follow: https://github.com/mixOmicsTeam/mixOmics/blob/2b6ab0640cddb9329de723c1d194f05ee4db2a59/R/predict.R#L385-L389...

Hi, I just found an alternative way to remove the title added in `plot_annotation` (PS: I'm not using the same patchwork version, but I think it should work for version...