Skip to content

corrplot v0.90

Compare
Choose a tag to compare
@taiyun taiyun released this 01 Jul 16:14
· 101 commits to master since this release
725778e
  • Add customizable rectangles to correlation plots in corrRect().(#185, requirements from @douglaswhitaker thanks).
  • Remove clus; add index and name parameters in corrRect().
  • Add xName, yName two columns in corrPos data frame(e.g. corrplot(...)$corrPos).
  • Rename parameter cl.lim to col.lim.
  • Add arg to the corrplot() return list.
  • Add pipe operator |> examples when using corrRect().
  • Set 'seriation' as Suggests package, and add examples in the document.
  • Parameter number.digits also works on p-value. (thanks, @bassam-abulnoor)
  • Revise the document. (thanks, Shuai Huang)