Displaying 20 results from an estimated 132 matches for "vfont".
Did you mean:
font
2002 Mar 12
2
How to get special (Hershey) font symbols into plot axis labels?
...cle with a dot in it
as used to indicate Solar units in astronomy, into my plot axis labels.
How can I do this?
Using the R documentation on the Hershey font sets, one can plot
a Solar symbol within the world coordinates of a plot like this:
>plot(1:10,1:10)
>text(4,8,"\\SO",vfont=c("serif","plain"))
That works fine; however, trying to get the symbol into a plot label
with a call like this:
>plot(BinLir,logpho,
xlab=expression(paste("Log (",L[ir]," / ","\\SO",")")),
ylab=expression(paste("Log "...
2006 May 12
1
X11 and vfonts modules on AIX 5.2
...11_la_LIBADD)
...
Adding $(LIBS) at the end of line 54 in the R-2.2.1 X11 makefile caused the loading error above to go away, but I don't know if this is what I should be doing ...
After editing that makefile, I was able to plot in R-2.2.1 but eventually encountered a similar error on the vfonts module during make check
> Vf <- c("serif", "plain")
> text(4, 2, "\\#J2438\\#J2421\\#J2451\\#J2473", vfont = Vf)
Warning: unable to load shared library '/home/js36954/src/R-2.2.1/modules/vfonts.so':
rtld: 0712-001 Symbol cos was referenced...
2005 Jul 26
1
problem with Hershey fonts
...tly what they are seeing (which I suspect is rw2011), but
this is what I see:
> version
_
platform i386--netbsdelf
arch i386
os netbsdelf
system i386, netbsdelf
status
major 2
minor 1.1
year 2005
month 06
day 20
language R
> help(Hershey)
:
:
If the 'vfont' argument to one of the text-drawing functions
('text', 'mtext', 'title', 'axis', and 'contour') is a character
vector of length 2, Hershey vector fonts are used to render the
text.
:
The other useful escape sequences all begin w...
2001 Jun 25
5
Trouble compiling R-1.3.0 under Tru64
Dear all,
I have some difficulty getting R-1.3.0 to run on the alpha, with osf4.0e
(Tru64, or whatever they call it... :-) ).
configure reports the following configuration:
R is now configured for alphaev6-dec-osf4.0e
Source directory: .
Installation directory: /astro/local
C compiler: gcc -mieee -g -O2
C++ compiler: c++ -g -O2
FORTRAN
2001 Jun 25
5
Trouble compiling R-1.3.0 under Tru64
Dear all,
I have some difficulty getting R-1.3.0 to run on the alpha, with osf4.0e
(Tru64, or whatever they call it... :-) ).
configure reports the following configuration:
R is now configured for alphaev6-dec-osf4.0e
Source directory: .
Installation directory: /astro/local
C compiler: gcc -mieee -g -O2
C++ compiler: c++ -g -O2
FORTRAN
2005 Jun 15
3
how to plot density distribution with a arrow pointer?
Hi all,
for example:
> X<- rnorm(1000)
> X0 <- 0.899
I want to draw a density distribution plot with a arrow pointer
indicating the position of X0, meanwhile, giving out the p-value.
any functions?
Thanks very much.
2001 Jul 15
2
No subject
...change the number of the ticks on each axis, but every time I can not succeed and receive the error message shown below even I use the default values:
>plot.mts(infldata1[,3:4],lty=c(1:2),plot.type="single",lab=c(5,5,7))
Error in axis(side, at, labels, tick, line, pos, outer, font, vfont, ...) :
location and label lengths differ, 6 != 3
Thank you for your help,
Ahmad Abu Hammour
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010715/04d20308/attachment.html
2001 Jul 15
2
No subject
...change the number of the ticks on each axis, but every time I can not succeed and receive the error message shown below even I use the default values:
>plot.mts(infldata1[,3:4],lty=c(1:2),plot.type="single",lab=c(5,5,7))
Error in axis(side, at, labels, tick, line, pos, outer, font, vfont, ...) :
location and label lengths differ, 6 != 3
Thank you for your help,
Ahmad Abu Hammour
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010715/04d20308/attachment.html
2003 Dec 14
1
contour() should handle the asp parameter
...unction (x = seq(0, 1, len = nrow(z)), y = seq(0, 1,
len = ncol(z)),z, nlevels = 10, levels = pretty(zlim, nlevels), labels = NULL, xlim = range(x, finite = TRUE), ylim = range(y, finite = TRUE),
zlim = range(z, finite = TRUE), labcex = 0.6, drawlabels = TRUE,
method = "flattest", vfont = c("sans serif", "plain"), axes = TRUE,
frame.plot = axes, col = par("fg"), lty = par("lty"), lwd = par("lwd"),
add = FALSE,asp=NA,...)
{
if (missing(z)) {
if (!missing(x)) {
if (is.list(x)) {
z <-...
2006 Mar 05
2
plotting partial deriviatives
...rivative?
dev.off()
plot(NA, xlim=c(-3,3), ylim=c(0,1.6), xlab="", ylab="", tck=-0.015)
text(1.6, 1, expression(paste("slope = ", frac(paste(" f( ", hat(theta),
" )"), hat(theta))), sep=""), adj=0)
text(2.25, 1.03, "\\pd", vfont=c("sans serif","plain"))
text(2.3, 0.934, "\\pd", vfont=c("sans serif","plain"))
Thanks.
Charles Annis, P.E.
Charles.Annis at StatisticalEngineering.com
phone: 561-352-9699
eFax:? 614-455-3265
http://www.StatisticalEngineering.com
?
2009 Apr 20
1
R build fails during make when configured with "--with-x=no" (PR#13665)
...ull_Name: Jeet Sukumaran
Version: 2.9.0
OS: OS X / Rocks 5.1
Submission from: (NULL) (66.45.136.241)
If R is configured using the "--with=x=no" option, then the make fails with the
following error:
make[4]: Entering directory
`/home/jeet/Scratch/r-build/on-frontend/R-2.9.0/src/modules/vfonts'
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c g_alab_her.c -o
g_alab_her.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c g_cntrlify.c -o
g_cntr...
2005 Mar 22
4
trouble building r-devel
...f what's going on. FWIW the only changes I made to MkRules
are (i) WINHELP=NO and (ii) TCL_HOME=C:/R/Tcl, which are the same ones I
always make.
Any help appreciated!
Mark
C:\R\R-devel\src\gnuwin32> make
<< some OK bits of output, to help show where the problem is>>
...
making vfonts.d from vfonts.c
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H
-DR_DLL_BUILD -c CConverters.c -o CConverters.o
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H
-DR_DLL_BUILD -c CommandLineArgs.c -o CommandLineArg
s.o
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I....
2001 Nov 19
1
Symbol escape sequence in xlab
I would like to label an x-axis with the nabla symbol. I have tried this
with the following symbol escape sequence
plot(1:5, 1:5, xlab=""); title(xlab="\\dl", vfont=c("serif symbol",
"plain"))
but I got the warning message
parameter "vfont" couldn't be set in high-level plot() function
Is it possible to use a symbol escape sequence in xlab?
Richard
-------------------------------
Richard Dybowski, 143 Village Way,...
2009 Apr 22
0
make fails when using with-x=no on linux CentOS 5.3 (PR#13670)
...ersion: 2.9.0
OS: Linux CentOS release 5.3 kernel 2.6.18-128.el5 arch x86_64
Submission from: (NULL) (194.94.44.4)
Hi,
The commands I used to compile R2.9.0 on CentOS
./compile --with-x=no
make
This fails with the following message:
make[2]: Leaving directory `/home/delhomme/R-2.9.0/src/modules/vfonts'
make[1]: Leaving directory `/home/delhomme/R-2.9.0/src/modules/vfonts'
make[1]: Entering directory `/home/delhomme'
make[1]: *** No rule to make target `R'. Stop.
make[1]: Leaving directory `/home/delhomme'
make: *** [R] Error 1
What happens is the following:
In the Makefil...
2001 Oct 06
1
src/modules/Makefile.in: What is the (practical) difference betw. SUBDIRS and MODULES?
As the subject says, one has
SUBDIRS = X11 gnome internet lapack vfonts
MODULES = $(R_GUIS) internet lapack vfonts
It is my understanding, that there is a 1:1 correspondence between
subdirs and modules. If this were true, then one could use one of
both in all places. Or do I overlook something here?
--
Thomas Hoffmann Telephone:...
2006 Apr 13
1
R-latest.tar.gz make error
...DHAVE_CONFIG_H -fPIC -fno-common -g -O2 -
std=gnu99 -c version.c -o version.o
gcc -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/
pcre -no-cpp-precomp -I. -I../../src/include -I../../src/include -I/
usr/local/include -DHAVE_CONFIG_H -fPIC -fno-common -g -O2 -
std=gnu99 -c vfonts.c -o vfonts.o
g77 -fPIC -fno-common -g -O2 -c xxxpr.f -o xxxpr.o
gcc -dynamiclib -L/usr/local/lib -dynamiclib -install_name libR.dylib
-compatibility_version 2.3.0 -current_version 2.3.0 -
headerpad_max_install_names -o libR.dylib Rembedded.o CConverters.o
CommandLineArgs.o Rdynload.o Ren...
2012 Jan 20
1
Building R on RHEL 5
...am doing wrong this time around?
Thanks in advance,
Erik
make output:
...
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra? -I../../src/extra/xz/api -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H???? -g -O2 -c vfonts.c -o vfonts.o
gfortran??? -g -O2 -c xxxpr.f -o xxxpr.o
ar cr libR.a CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o agrep.o apply.o arithmetic.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o...
2010 Oct 03
2
R-beta_2010-10-02_r53128 fails to compile on FreeBSD
...ude
-I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c
version.c -o version.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2
-I../../src/extra/pcre -I../../src/extra -I. -I../../src/include
-I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c
vfonts.c -o vfonts.o
gfortran -g -O2 -c xxxpr.f -o xxxpr.o
ar cr libR.a CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o
agrep.o apply.o arithmetic.o array.o attrib.o base.o bind.o builtin.o
character.o coerce.o colors.o complex.o connections.o context.o cov.o
cum.o dcf.o datetime.o debug...
2008 Sep 23
1
Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc
Dear "R"-Team,
we had some problem to install R-2.7.2 on HP-UX 11.11 on PA-Risc platform.
1.) i load down the Software and made a extract of the tar-file in a
specific Directory.
2.) i follow the instructions on the INSTALL file:
./configure
3.) during "configure" we got a error message see below:
checking for history_truncate_file... no
configure: error:
2008 Jun 03
1
IBM-AIX 5.2 (GCC 4.2.4 installed) - Error while executing 'make'
...ke' after the successful
configuration (./configure) on IBM-AIX 5.2 (GCC 4.2.4 installed):
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2
-I../../src/extra/pcre -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c vfonts.c -o
vfonts.o
gfortran -g -O2 -c xxxpr.f -o xxxpr.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2
-I../../src/extra/pcre -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c mkdtemp.c -o
mkdtemp.o
ar...