nachocab / clickme

An R package to create interactive plots
257 stars 44 forks source link

df3 not defined in the readme #4

Closed tbates closed 11 years ago

tbates commented 11 years ago

hi nacho, example 3 in the readme attempts to modify df3, but this data.frame has not yet been created...

# visualize an interactive heatmap alongside a parallel coordinates plot
rownames(df3) <- paste0("GENE_", 1:25)
colnames(df3) <- paste0("sample_", 1:8)
clickme(df3, "longitudinal_heatmap") # you will need to have a local server running for this example to work
tbates commented 11 years ago

this is fixed in https://github.com/tbates/clickme/commit/3e596ba0143124567bf2366a3b04a8f375511e4d

nachocab commented 11 years ago

Awesome. Thanks, Tim.