# NOT RUN {
data(toy.IO)
class(toy.IO)
RS_label = toy.IO$RS_label
obj = toy.IO$L
heatmap.io(obj, RS_label, FUN = log, max = 3)
cuberoot = function(x){x^(1/3)}
heatmap.io(obj, RS_label, FUN = cuberoot)
# Total field of influence
fit = f.influence.total(toy.IO)
heatmap.io(fit, RS_label, sectors_x = c(1,3,4,5), regions_y = c(2), sectors = 1:3)
data(toy.ES)
ES2 = matrix(c(1,5,6,8,9))
class(ES2) = 'EasySelect'
heatmap.io(fit, RS_label, ES_x = toy.ES, ES_y = ES2,
low = '#00fcef', high = 'blueviolet')
# }
Run the code above in your browser using DataLab