Displaying 20 results from an estimated 80 matches similar to: "font and size times New Roman"
2011 Apr 12
1
font Times New Roman and size 9 of labels of graphics
Hello,
I wonder how to change the font of
chart to Times New Roman and size 9.
Attached is the graphic I need to make these changes
Thanks
2002 Mar 13
1
controlling figure dimension/location
I'm making two plots, one on top of the other. On the upper plot, I do
not print the x-label or the x-tick-label. To reduce space, I'd like to
keep the white space between the two figures at a minimum. However, I
can't figure out how to methodically reduce the space while maintaining
the same figure dimensions for both plots. I could add margin space
below the lower plot and reduce
2009 Nov 29
1
Roman numerical output
I have integers and I want R to give them back/output as Roman numerals:
s=c(7,17)
format(s,roman=T)
is obviously wrong. Is there any other way/function to do this?
Thanks,
Thomas
2016 Feb 25
1
New committer: Roman Kagan
I'm happy to announce that I've added Roman Kagan as a committer to
the https://github.com/libguestfs/libguestfs repo. Roman has
contributed many high quality patches over a period of one year.
Roman, the rules are:
- Post patches first on the mailing list.
- Uncontroversial patches should receive one ACK before being pushed
upstream.
- Very complex or "controversial"
2004 Feb 16
2
Roman numerals in Samba HOWTO collection
Hello
What is the purpose of Roman numbering of pages in Samba HOWTO
Collection?
Cl<
2008 Feb 12
3
sort a data frame according to roman characters
R-help,
I have a data frame with one column containing roman numbers
The data are not sorted as : I II III IV V VI VII VIII IX
X XI XII XIII XIV XV
Using data[order(data$Roman),] does not do the job.
How can this be done?
Thanks in advance.
2007 Mar 18
2
italics letter in roman string
Hi,
As part of the legend to a plot, I need to have the "n" in italics
because it is a requirement of the journal I aim to publish in:
"This study, n = 3293"
Presently I have:
legend(20, 105, "This study, n = 3293", pch=1, col=rgb(0,0,0,0.5),
pt.cex=0.3, cex=0.8, bty="n")
I suppose I could leave a blank in place of the "n",
2008 Aug 18
2
changing plot font for Times new roman
Dear all,
I know that it is a know issue, but I would like to change
the type of font on my plot, and I am not sure the
rigth way. I would like to use Times New Roman font,
but according to the "par()" help, some device allow
we choose an family of fonts. I tryed par(family="times")
without success.
Surfing on R archieve I got an suggestion of
use par(font.lab=6), but when I
2012 Aug 15
2
to remove columns and rows
Dear,
I am using R I'm trying to identify and remove columns and rows in a data
frame that are has elements equals. For example in dataframe below. The
columns 1, 2,3,4,5 ,6 and 10 (file1) has elements equal then should be
removed. How can I ask R to remove those columns with same elements in new
dataframe (file2) to result a matrix as follows:
file1
1 0 2 2 1 1 5 1 1 1
1 0
2006 Feb 09
2
nice log-log plots
Dear All,
I am trying to produce log-log plots in R and I was wondering if any of you have a 'template' for generating these with 'nice' labels and log-log grids?
I know I can set up axes individually and use the intervals I want, however, I will be producing a large number of these plots and would not like to do this manually for each of them + I am very new to R and at the
2009 Nov 30
1
Plotting color.legend() outside of plot region
Dear List,
I am trying to plot a color.legend() in the right outer margin of my device region. I have read multiple threads on the subject and still can't get it right. I have stolen an example from one of the threads to demonstrate my problem. I have extended the outer margin using par(oma()), and have used par(xpd=NA) to tell it to plot in the device region. I can get the legend to plot
2013 Mar 29
2
changing y-axis intervals in a boxplot
Dear R-users,
I'm a bit of a rooky in R and do not know how to change the y-axis intervals of a boxplot.
The y-axis in my boxplot ranges from 0 to 100 which is fine. The problem is the interval level in between. Now it increases with steps of 20 but I'd like to have it changed by steps of 5.
Anyone knows how to do this in R?
I used the following code for producing this boxplot:
2012 Nov 06
3
Survplot, Y-axis in percent
Hi
I am a new fan of R after getting mad with the graphical functional in SPSS.
I have been able to create a nice looking Kaplan Meyer graph using Survplot
function.
However I have difficulties in turning the y axis to percent instead of the
default 0-1 scale.
Further I have tried the function yaxt="n" without any results. Any help in
this matter will be appreciated.
The code is
2009 Apr 17
4
Separating variables in read.table
If I have a table (we'll call it, "test") containing two columns (as below):
i x1 x2 x3 x4 x5 y
0 1.125 0.232 7.160 0.0859 8.905 1.5563
7 0.920 0.268 8.804 0.0865 7.388 0.8976
15 0.835 0.271 8.108 0.0852 5.348 0.7482
22 1.000 0.237 6.370 0.0838 8.056 0.7160
29 1.150 0.192 6.441 0.0821 6.960 0.3130
37 0.990 0.202 5.154 0.0792 5.690 0.3617
44 0.840 0.184 5.896 0.0812 6.932 0.1139
58
2009 Dec 31
1
How to interpret some diagnostic output
I do not know if I have a problem or not.
The R script at the end of this email seems to
run properly and a I get a boxplot that looks
proper but I get the long string of messages
during execution of the script looking like:
...
The following object(s) are masked from dat ( position 8 ) :
sugar
The following object(s) are masked from dat ( position 9 ) :
2008 Mar 08
1
ks.test troubles
Hi there!
I have two little different data. One is a computer test on people, the
other is a paper and pencil test. two boxplots show me that the data is
almost the same.
So now I'd like to know if I could handle all data as one, by testing
with ks.test:
====
> ks.test(el$angststoer, fl$angststoer)
Two-sample Kolmogorov-Smirnov test
data: el$angststoer and fl$angststoer
D =
2009 Dec 08
1
Sort a data frame according to romans
R-help,
I have a data frame:
> mydata
strata nh Nh Wh fh
1 I 10 26 0.048 0.385
2 II 32 84 0.154 0.381
3 III 16 42 0.077 0.381
4 IV 4 11 0.020 0.364
5 V 10 26 0.048 0.385
7 VII 64 168 0.309 0.381
8 VIII 49 129 0.237 0.380
9 IX 22 58 0.107 0.379
91 VI 0 0 0.000 0.000
and I wish to rearrange the data are sorted according to the roman
Which is the easiest (most elegant) way to force "aov" to treat numerical variables as categorical ?
2010 Jun 14
2
Which is the easiest (most elegant) way to force "aov" to treat numerical variables as categorical ?
Hi R help,
Hi R help,
Which is the easiest (most elegant) way to force "aov" to treat numerical variables as categorical ?
Sincerely, Andrea Bernasconi DG
PROBLEM EXAMPLE
I consider the latin squares example described at page 157 of the book:
Statistics for Experimenters: Design, Innovation, and Discovery by George E. P. Box, J. Stuart Hunter, William G. Hunter.
This example use
2004 Apr 20
2
Rank - Descending order
Dear All,
Is there any simple way to way to produce "rank", for a given
list, but in a descending order?
E.G:
x = list(a=c(1,5,2,4));
rank(x$a); produces 1,4,2,3
However I am looking for a way to generate (4,1,3,2).
It would be particularly nice if the proposed solution has all
the niceties of rank function (like NA handling and ties.method
functionality)
TIA
Manoj
2006 Jul 13
1
Problems plotting a function defined as a product
In order to define a function f as:
> f <- function(x) (x+1)*(x+2)
I want to use the notation:
> v = c(1,2)
> g <- function(x) prod((v+x))
That apparently works and, for instance,
the loop:
>for (i in 1:100) { print(f(i)-g(i)) }
Produces a sequence of zeros.
Nevertheless, if I try to plot
the function g by:
>t = seq(0,100,1)
>plot(t,g(t),type="l")
I