vqv / ggbiplot

A biplot based on ggplot2
302 stars 158 forks source link

Use bars for scree plot #45

Closed holgerbrandl closed 6 years ago

holgerbrandl commented 6 years ago

Since a scree plot is more about proportions and less about progression along x, bar may be better suited for rendering a screeplot.

Luckikly its easy since we can just do:

ggscreeplot(mydata.pca) + geom_col()

image

I know it's not a real issue, but it just crossed my mind and I wanted to share it. :-)