Displaying 2 results from an estimated 2 matches for "perak".
Did you mean:
peak
2006 Feb 12
1
help on dial plan
...9011604xxxxxxx , 9011605xxxxxxx,
90114411xxxxxxx, 90114421xxxxxxx, it always use the pstn to dial out.
Anything wrong with my dial plan?
Thanks!!
[outbound-oversea]
exten => _9011604.,1,Macro(outgoingcall3,${VOIPSTUNT},4) ;penang
exten => _9011605.,1,Macro(outgoingcall3,${VOIPSTUNT},4) ;perak
exten => _90114411.,1,Macro(outgoingcall3,${VOIPSTUNT},4) ;uk landline
exten => _90114421.,1,Macro(outgoingcall3,${VOIPSTUNT},4) ;uk landline
exten => _9011.,1,Macro(outgoingcall,${OUTBOUNDTRUNK})
2011 Jun 09
0
How to shift the heat map
...em if they are missing
#
tryCatch(library(gplots), error=function(err)
# if this produces an error:
install.packages("gplots",repos="http://cran.ms.unimelb.edu.au/"))
# Prepare the data matrix
par(omi=c(1,1,1,1))
# Read in the .csv file
data<-read.csv("MEAN PERAK RT100 300-399.csv", header = TRUE, row.names=1)
boxplot(data)
heatmap_data<- data[,-1]
colnames(heatmap_data) <- if
(length(grep("^X[\\d]",colnames(heatmap_data),perl=TRUE)) != 0) # then
{gsub("^X([\\d].*)","\\1",colnames(heatmap_data),perl=TRUE)} e...