Heatmaply Remove Ticks

322 Views Asked by At

I have the following code:

colorStand <- colorRampPalette(colors = c("blue", "white", "red"))

heatmaply(data, margins = c(60,100,40,20), colors=colorStand,
    limits = c(-2.5,2.5),showticklabels = c(T,F))

This doesn't show row labels (which is good), however I still have ticks, does anyone know how to remove them?

Thanks

1

There are 1 best solutions below

0
On