similar to: Plots: displaying mathematical symbols in specific fonts

Displaying 20 results from an estimated 1000 matches similar to: "Plots: displaying mathematical symbols in specific fonts"

2003 Oct 23
1
Re: ichar() function in R : 1st implementation, RFC
(RFC := Request For Comments) >>>>> "Tim" == Tim Keighley <Tim.Keighley@csiro.au> >>>>> on Thu, 23 Oct 2003 11:45:22 +1000 writes: Tim> Hi Martin, Tim> In October 2000 you wrote to r-help: >>> which reminds me that I've had a desire for something like >>> the old S function [from the blue book, and
2005 Apr 15
2
inconsistent fonts generated in postscript file (PR#7795)
Full_Name: Xiang Li Version: 2.01 OS: WinXP Submission from: (NULL) (128.248.174.125) I am trying to use the font of "TT Courier New: bold" to get the equal size of letters. The "TT Courier New: bold" is the 11th font listed in the Rdevga file. You can just try a simple case: plot(1:10, 1:10, xlab = "XILMV", font.lab = 11) I save the plot in postscript format,
2004 Feb 04
2
Latin 2 encoding + fonts
Hi, In the FAQ I read about options to specify different fonts than the default ones for the console (in the file Rprofile) and for the graphical output (Rdevga). I would however like to replace Latin 1 with Latin 2 enconding for both (console and graphical) output in Windows and just graphical output in Linux. I guess it is possible but I did not find the way. How can I use the fonts
2009 Nov 04
1
Building from source under Windows 7
I have downloaded all of the tools and read the readme's that I know about but I am still getting the following error when I try to build from source: C:\Program Files (x86)\R\R-2.9.2\src\gnuwin32>make all recommended make[1]: `Rpwd.exe' is up to date. cp -p etc/Makeconf etc/Rcmd_environ etc/Rconsole etc/Rdevga etc/Rprofile.site et c/rgb.txt ../../../etc cp: preserving permissions for
2007 Oct 03
2
Windows OS, R and unicode
I'm trying to use the biological female and male signs in R2.5.1 under Windows XP. I can access and insert these symbols using word-processors. In general these should be available as \u2640 and \u2642 but I can't make them happen in R using (say) text(5,5, "\u2640") message "invalid \uxxxx sequence" I've replaced Arial with Arial unicode MS in Rdevga and
2002 Apr 07
3
German umlaut in xlab
Dear all, which font do I have to choose to use German umlauts at x/ylab in plot? Do I have to change Rdevga; and how? Or should I use these Hershey vectors? I looked quite a long time for a solution, which should be easy, so I thought I'd better ask here. Maybe some other people have already solved this problem. Regards, Petra - --------------------------------------------------- Petra
2005 May 03
1
Problems when try access to share
Hello I have configured my samba server at my RedHat AS3 and I use nss_ldap to access to my W2k domain. Everything works fine. Now i have upgraded my server to RedHat EL4, and all my Windows users when the username have Uppercases in username can't acces to my samba shares, and all other users works. I modify my log level to 10 and when any user try access to samba server the log
2002 Jun 14
1
"landscaping" the graphics device
I'm just getting started with R, using it mainly for graphics. All of my graphs need to be laid out in landscape format. I've set the parameter fin to (11,8.5) as well as fiddling around with any other parameters that looked promising, but the graphics window always opens as a square, as well as my plot being square. (By the way, I'm on Windows 2000.) Now, I can physically drag the
2011 Mar 04
1
Environment variable PATH in Windows
Colleagues, I am trying to understand how R (2.12.1) obtains the PATH environment variable in Windows (7 or Vista). Startup {base} directs one to: "R_ENVIRON" -- which equals "" in my systems R_HOME/etc/Renviron.site -- which does not exist Next, it directs to: R_HOME/etc/Rprofile.site -- which also does not exist (the expected behavior in a "factory-fresh"
2004 Jun 09
0
Greek fonts
Dear all, I need Greek text in titles, axis labels, etc. for graphs. The Graphs are produced in png-format - to use them later on in HTML pages. As the output has to be multilingual they are produced in a loop (for each language). The strings for the titles, labels ... are stored in a text file (Greek, English, French...). The only way I found so far - for Greek - is: 1) change
2017 Dec 26
0
Unexpected behaviour of windowsFonts() when Rdevga is edited
Hi folks, ? Running R in a Windows machine: ? > sessionInfo() R version 3.4.2 (2017-09-28) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 8.1 x64 (build 9600) ? Matrix products: default ? locale: [1] LC_COLLATE=Portuguese_Brazil.1252? LC_CTYPE=Portuguese_Brazil.1252? ? [3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C? ? ? ? ? ? ? ? ? ? ?? [5]
2012 Jun 04
2
paquete SPEI función thornthwaite
Hola eRReros. Os lo explico con un ejemplo: # Cargamos los paquetes y el ejemplo install.packages("SPEI") library("SPEI") data(wichita) # los primeros 12 datos head(wichita,12) # mi subset de los primeros 12 datos meu<-wichita[c(1:12),] meu # como veis los valores de TMED son iguales en ambos dataframes. # ahora viene el problema # calculamos
2006 Oct 29
2
Rgui.exe fix for "console not found" buffer overflow problem
I'm using R on Windows XP Professional SP2. I figured out the fix for my buffer overflow problem that did not allow me to use Rgui.exe for about two weeks. I would keep getting "console not found" and even when I uninstalled and re-installed got the same problem. Here's how the problem started. In Rgui.exe, I attempted to get more visible output in the buffer (I wanted
2005 Apr 04
1
Strange LDAP add machine problem
I'm setting up a Samba/LDAP PDC (samba-3.0.13 / openldap-2.1.30) and I'm trying to join a machine (called "melisa") to the domain. When I try to join the domain, I type in the Administrator (which maps to root) credentials. and after a few seconds I get a windows error that says: The following error occurred while attempting to joing the domain "PCA-USERS":
2010 Mar 19
5
Encrypt/decrypt in R
Hi all, Does any one know of any encryption/decryption algorithms in R? I'm not looking for anything robust - I want some way of printing output to the screen that the user can't read immediately, but can decrypt a little later. The main thing I don't want to the user to see is a number, so (e.g.) ROT13 isn't appropriate. Hadley -- Assistant Professor / Dobelman Family Junior
2008 May 15
0
partial_updates feature in rails 2.1, failing to save because of validate_presence _of on other attributes in the table
I am trying to use the new partial_updates feature in rails 2.1, http://dev.rubyonrails.org/changeset/9157 but it is failing by trying to use all validations in the model instead of just the changed attributes. The model works as I can successfully .save(false) but if I try a regular .save I get an error saying that it could not save because of validations problems. I want to use this to get
1999 Mar 18
1
R0.63.3 for Win9X/NT available at CRAN
Windows binaries and source at CRAN (bin/windows/Windows-NT/base) have been updated to R-0.63.3 (now at Wien, in one/two days to the other mirrors). WINDOWS NEWS: ============ The beginnings of a FAQ (RHOME/rw-faq). Programs can be launched from all shells: the full path to the executable is not needed. Configurable fonts in the graphics devices by the file Rdevga (?Rdevga). Workspaces are
1999 Mar 18
1
R0.63.3 for Win9X/NT available at CRAN
Windows binaries and source at CRAN (bin/windows/Windows-NT/base) have been updated to R-0.63.3 (now at Wien, in one/two days to the other mirrors). WINDOWS NEWS: ============ The beginnings of a FAQ (RHOME/rw-faq). Programs can be launched from all shells: the full path to the executable is not needed. Configurable fonts in the graphics devices by the file Rdevga (?Rdevga). Workspaces are
2003 Dec 03
1
FONT TYPE
Hello, Can anyone let me know how I might change the font of name on axis in pairs plot? I want the font "times new roman". thanks.
2006 Feb 01
3
plot-function: How to change the font of the titles
Hello! I want to create a plot with x- and y-labels writen in times or arial. How can I change the font? Thank you very much. Best regards Claudia