circlize_book icon indicating copy to clipboard operation
circlize_book copied to clipboard

Documentation for circlize package

Results 2 circlize_book issues
Sort by recently updated
recently updated
newest added

please accept these minor corrections on the text, that my eye caught by accident ! ^_^

Hi: Thanks for the nice package! When I run the code in chapter 1: ``` set.seed(999) n = 1000 df = data.frame(sectors = sample(letters[1:8], n, replace = TRUE), x =...