Displaying 5 results from an estimated 5 matches for "rf_dpptr".
2004 Sep 14
1
documentation error par("cin") and par("cra") (PR#7227)
Dear all,
the help of par() claims that
cin and cra are
c(width, height)
but it appears to be rather
c(height, width)
Best regards
Jens Oehlschl?gel
> plot.new()
> strheight("W", unit="inches")
[1] 0.1354167
> par("cin")
[1] 0.1354167 0.1875000
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
2003 Sep 25
2
Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4295)
...ERROR_UNIMPLEMENTED, "unimplemented feature in %s"
},
^
errors.c(609): warning #188: enumerated type mixed with another type
{ ERROR_UNKNOWN, "unknown error (report this!)"
}
^
-------------
graphics.c(5955): warning #175: subscript out of range
Rf_dpptr(dd)->fin[2] = Rf_dpSavedptr(dd)->fin[2];
^
graphics.c(5955): warning #175: subscript out of range
Rf_dpptr(dd)->fin[2] = Rf_dpSavedptr(dd)->fin[2];
^
graphics.c(5956): warning #175: subscript out of range
Rf_dpptr(dd)->fin[3] = Rf_dpSa...
2005 Nov 18
1
using a factor as col argument in plot:
Dear R core team
Using the following code produces an empty plot (similar
to col = NA):
> plot(1:9, col = factor(rep(1:3,3), labels = c("red", "blue", "black")))
My question: Shouldn't one get at least a warning (or an error)
if one tries to use a factor as col argument?
Thanks for an answer.
Regards,
Christoph Buser
2003 Jun 30
1
symbol size on a plot
Hi,
I would like to get from a plot the size of the symbols plotted.
Imagine I have the following plot function :
plot(1:2,1:2, pch=15, cex=4)
I would like the get the values SIZE1 and SIZE2 so that if I plot the
following rectangle :
rect(1.5,1.5, 1.5+SIZE1, 1.5+SIZE2) then the size of this square is
exactely the same as the one of the symbols that have been plotted.
Thanks for any idea.
--
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
.../../src/include
-I/soft/readline/v4.2.1/include -DHAVE_CONFIG_H -std1 -ieee_with_inexact
-I/soft/readline/v4.2.1/include -c graphics.c -o graphics.o
cc: Info: graphics.c, line 5948: In this statement, an array is being accessed
outside the bounds specified for the array type. (subscrbounds)
Rf_dpptr(dd)->fin[2] = Rf_dpSavedptr(dd)->fin[2];
----------------------^
cc: Info: graphics.c, line 5948: In this statement, an array is being accessed
outside the bounds specified for the array type. (subscrbounds)
Rf_dpptr(dd)->fin[2] = Rf_dpSavedptr(dd)->fin[2];
------------------------...