Displaying 1 result from an estimated 1 matches for "yahoos_f".
2009 Jul 17
2
log error for use on axis
...< 0!
In addition: Warning messages:
1: In plot.window(...) :
nonfinite axis 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_, xla...