Displaying 2 results from an estimated 2 matches for "gconvertx".
Did you mean:
gconvert
2008 Jun 16
2
in axis() suppressing axis line but keeping tick marks
I've been trying to figure out a parameter that will let you separately
adjust the parameters for the axis line from the tick mark.
In the following example, I would like to suppress the axis line, but keep
the tick marks.
Thanks,
Andrew
foo <- data.frame(x=1:3, y=4:6)
plot(foo$x, foo$y, type="n", axes=F)
points(foo$x, foo$y)
axis(side=1, at=foo$x, lty=0) #would like to figure
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...--------------------------------------
c89 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -OPT:IEEE_NaN_inf=ON -g -c g_alab_her.c -o g_alab_her.o
cc-1185 c89: WARNING File = g_alab_her.c, Line = 91
An enumerated type is mixed with another type.
GConvertXUnits(HERSHEY_X_UNITS_TO_USER_UNITS (deltax),
^
cc-1185 c89: WARNING File = g_alab_her.c, Line = 92
An enumerated type is mixed with another type.
g_unit, INCHES, dd),
^
cc-1185 c89: WARNING File = g...