kxy2772
kxy2772
Thanks for the response. My codes: cmp.reac.dc cnetplot(cmp.go.dc ) Error in geom_cnet_label(node_label = "category") : could not find function "geom_cnet_label" I then installed "ggtangle", and did library(ggtangle), I run cnetplot()...
I got the same problem when running the codes in your tutorial book: [data](https://rdrr.io/r/utils/data.html)(gcSample) [str](https://rdrr.io/r/utils/str.html)(gcSample) ck
> I too faced the same issue. > > After installing ggtangle package it started to work > > thanks to [@kxy2772](https://github.com/kxy2772) Thanks. Yes, after installing ggtangle, the program works...