wilkox / treemapify

🌳 Draw treemaps in ggplot2
http://wilkox.org/treemapify
213 stars 18 forks source link

label.size.fixed broken? #8

Closed geotheory closed 7 years ago

geotheory commented 7 years ago

Hey there. Possible bug:

tm = treemapify(dat, area = "n", fill = "var", label = "lab", label.size.fixed = 2)
Error in treemapify(dat, area = "posts", fill = "var", label = "lab",  : 
  unused argument (label.size.fixed = 2)

If not an example on correct usage would be much appreciated :)

geotheory commented 7 years ago

Ah my bad, wrong function!