Displaying 1 result from an estimated 1 matches for "cpustim".
Did you mean:
cpustime
2012 Aug 14
1
Graphing question(basic)
Hi,
plot(xc, yc, type="l", ylim=c(0,50), xlim=c(0,50), lwd=2, xlab="M",
ylab="seconds")
abline(a=-think, b=cpustime, lty="dashed", col="red")
abline( 2.2, 0, lty="dashed", col = "red")
This draws a response time curve an asymptote and a horizontal line. How
do I draw a line from the intersection of the asymptote and the
horizontal to intersect the y-axis ? I also...