Displaying 1 result from an estimated 1 matches for "clusterys_".
Did you mean:
clusters
2009 Jul 17
2
log error for use on axis
...s, ...) :
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 Search", pch=20, col="blue", log = "y", xlim=c(0,300),
ylim=c(0,maxY))...