CIM error with col.sideColors and lhei

Issue #153 resolved
Former user created an issue

Attempting to use col.sideColors with lhei defined returns the following error,

Error in matrix(c(1:(n.csc * nc)), ncol = n.csc, byrow = FALSE) : 
  object 'n.csc' not found

Looking in the function code for imageMap it seems n.csc is only defined if is.null(lhei) is TRUE and is never defined if lhei is manually set.

Comments (2)

  1. Log in to comment