andland / logisticPCA

Dimensionality reduction for binary data
Other
49 stars 9 forks source link

Remove dependence on reshape2 #11

Closed andland closed 9 years ago

andland commented 9 years ago

reshape2::melt() is called just once in plot.cv.lpca() here. Seems silly to import it.