[Rd] (PR#849)
I.Wilson@maths.abdn.ac.uk
I.Wilson@maths.abdn.ac.uk
Thu, 15 Feb 2001 18:59:12 +0100 (MET)
The symbol( circle) function does not create
circles.
See following function
ijwbug <- function()
{
plot.new()
plot.window(c(-1,1),c(-1,1));
symbols(0,0,circle=1,add=T,inches=F);
curve(sqrt(1 - x^2), from = -1, to = 1, add = T, lty = 1)
curve(-sqrt(1 - x^2), from = -1, to = 1, add = T, lty = 1)
lines(c(-1,1),c(1,1));
lines(c(-1,1),c(-1,-1));
}
--please do not edit the information below--
Version:
platform = i386-pc-mingw32
arch = x86
os = Win32
system = x86, Win32
status =
major = 1
minor = 2.1
year = 2001
month = 01
day = 15
language = R
Windows NT 4.0 (build 1381) Service Pack 5
Search Path:
.GlobalEnv, Autoloads, package:base
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._