Displaying 11 results from an estimated 11 matches for "axix".
Did you mean:
axis
2003 Jan 14
1
How to change the label position in axis() ?
Dear R People,
I'm working on a plot function to produce the graph shown below. One of
the features my supervisor does not like is that the labels in the Y-
axix are shown vertically. Is there a way to change that to horizontally
?
This is the axix() function I used :
axis(2,at=seq(nstrat),labels=snames)
The labels (snames) are: SEV1:HU:C, SEV1:MU:C, SEV1:MU:L, SEV1:RT:C
and SEV1:RT:L, due to space limitation just 3 of the labels are shown in
the axix....
2001 Nov 22
4
changing the magnification of axis annotation
Hi all,
how do I change the magnification of xaxis annotation? I need a smaller
axis text size in some of my plots. I tried cex.axix=0.5 in plot(), but
this doesn't work.
Thanks, Sven
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "bod...
2007 Aug 02
2
y axix number into horizontal direction
Dear R users,
I used plot() and mtext() functions to draw a plot. The numbers: 0,20,35,
40,60,80,100 were in the vertical direction. I'd like to transfer them into
the horizontal direction.
plot(0,0,xaxt="n",type="n", ylim=c(0,100))
mtext("35",side=2,at=35)
Any suggestion?
Thanks.
Rebecca
[[alternative HTML version deleted]]
2009 Jun 19
1
Drawing dendrogram
Dear all,
I would like to draw a dendrogram and mark some parts/branches (by using "segments") including their labels. If I draw it without specifying the length of x axix, I am able to do that (as in My dendrogram 1 of the following codes). However, if I want to specify the x axix, I am not able to draw marking line (by using "segments") including labels (as in My dendrogram 2 of the following codes). Is there a way that I can include my labels into as wel...
2007 Dec 19
3
plot cummulative sum from calendar time
...-1998
[19] 09-Sep-1999 26-Aug-1999 20-Jun-1997 05-May-1995 26-Mar-1998 15-Aug-1994
[25] 24-Jun-1996 02-Oct-1996 12-Aug-1985 24-Jun-1992 09-Jan-1991 04-Mar-1988
3230 Levels: 01-Apr-1987 01-Apr-1990 01-Apr-1991 01-Apr-1996 ... 31-Oct-1998
I want to make a plot where x-axis is the calendar time and y-axix is the
cumulative sum of observations observed on or before that dates.
Can anyone give some suggestions?
[[alternative HTML version deleted]]
2009 Nov 27
2
Overlapping x - axis lables
...omes difficult to read the month values on the graph.
(Actually I am working on a stacked graph where I am facing this problem.)
So, how to display only few month values (say 1, 5, 10 and so on) without affecting the original graph i.e. the graph should display all the data 100 points but on x - axix only few month values should be displayed in order to improve the readability.
Thanking in advance
Julia
************************************************
Only a man of Worth sees Worth in other men
************************************************
[[alternative HTML version del...
2010 Jun 07
2
mgcv
Hello Sir,
I am using mgcv package for my data.
My model is y~x1+f(x2),I want to find out the function f(x2) .
Following is the code.
sm1=gam(y~x1+s(x2),family=binomial, f)
summary(sm1)
plot(sm1,residuals=TRUE, xlab="AGE",pch=20)
In this plot I am getting S(x2,1.93) on y axixs
How should I get the function for x2 from this plot.or Is there anyother procedure in R to get this function or value for that particular function.for example f(x2)= log(x2) so from that plot how can I get this kind of formula for x2 variable?
How can I find variance covariance matrix for that...
2007 Dec 19
1
want to make a plot similar to ecdf
...53611111 4.42222222 4.93055556 13.41111111
[56] 0.00000000 0.00000000 13.37500000 1.52500000 6.35833333
I want to make an empirical distribution plot. But, I wish that the y-axis
is the count instead of probability.
plot(ecdf(yy))
can only give the cumulative distribution on the y-axix.
[[alternative HTML version deleted]]
2010 Feb 17
1
boxplot - vertical axis
In the function boxplot: Is it possible to have the numbers on the vertical
axix written horizontally (so that tilting of the head is unneccessary)?
[[alternative HTML version deleted]]
2000 May 01
1
tick marks on mfrow=c(3,3) plot
I am generating an array of similar plots using the par(mfrow=c(3,3))
method. Everything works fine except the plot only puts y-axis tick marks
on cells in column one and x-axis tick marks on cells in row three. I
would like tick marks on both the x and y axix of all 9 plots in my array.
I am generating plots using the following two functions
three.by.three.plot <- function(ss)
{
par(mfrow=c(3,3))
sub.plot(ss,1.5,0.02)
sub.plot(ss,1.5,0.04)
etc
par(mfrow=c(1,1))
}
sub.plot <- function(ss,gamma, prv)
{
plot(c(5,20,50),ss[ss[,"gam"]==gam...
2002 Sep 30
5
Chi-Square Distribution Plots
Dear list
I have a vector of values that allegedly have a chi-squared distribution. I
want to create a plot that shows the values I have obtained, and the
chi-squared distribution curve for the specified number of degrees of freedom
to show what should have been obtained.
At the moment I am plotting the values I have obtained as a histogram and
somehow want to put on to this plot the