DublinLearningGroup / dataexpks

This package creates a kickstart rmarkdown document that automatically performs some basic data exploration for the supplied dataset.
MIT License
3 stars 2 forks source link

Issue in lines 773-4 and 789-90 #9

Closed GRoughsedge closed 7 years ago

GRoughsedge commented 7 years ago

There is an issue with the relative table sizes in these lines:

tsne_tbl$tsne_d1 <- data_tsne$Y[,1] tsne_tbl$tsne_d2 <- data_tsne$Y[,2]

tsne_tbl is a copy of sample_tbl while data_tsne is a set of unique values from sample_tbl. This being an issue is contingent on my suggested fix for Issue #8 being correct.

kaybenleroll commented 7 years ago

This issues has now been fixed I believe, due to the various changes to the code that happened.