Displaying 1 result from an estimated 1 matches for "notfoundor".
Did you mean:
  notfound
  
2009 Jul 17
2
log error for use on axis
...is limits [GScale(-inf,1.31772,2, .); log=1]
2: In axis(side = side, at = at, labels = labels, ...) :
   CreateAtVector "log"(from axis()): axp[0] = 0 !
My code is as follows:
foundOr <- read.table("yahoos_f.txt", sep="," , header=T)
if (max(foundOr$s_) >= max(notFoundOr$s_)) maxY = log(max(foundOr$s_))  
else maxY = log(max(notFoundOr$s_))
jpeg('clusterYS_.jpg', quality = 100, bg = "white", res = 200, width =  
2000, height = 2000 )
plot(foundOr$uid, foundOr$s_, xlab="uid", ylab="Log Search Results",   
main="uid vs Searc...