Displaying 10 results from an estimated 10 matches for "ax2".
Did you mean:
a2
2011 Sep 28
1
generic argument passing to plot function
Hello I am trying to write a function that would plot timeseries easily...
I aim at plotting two time-series on 2 different y axis sharing the same
x-axis
I succeded in doing so:
plotTimeSerie(x,y,y2,[a lot of other args]){
...
plot()
axis.POSIXct(side=1) #here I build the x-axis
points() #here I plot the first time serie related to y-axis
...
axis(side=2,[some args])
2004 Aug 15
3
Stacking Vectors/Dataframes
Hello,
Is there a simple way of stacking/merging two dataframes in R? I want to
stack them piece-wise, not simply add one whole dataframe to the bottom of
the other. I want to create as follows:
x.frame:
aX1 bX1 cX1 ... zX1
aX2 bX2 cX2 ... zX2
... ... ... ... ...
aX99 bX99 cX99 ... zX99
y.frame:
aY1 bY1 cY1 ... zY1
aY2 bY2 cY2 ... zY2
... ... ... ... ...
aY99 bY99 cY99 ... zY99
new.frame:
aX1 bX1 cX1 ... zX1
aY1 bY1 cY1 ... zY1
aX2 bX2 cX2 ... zX2
aY2 bY2 cY2 ... tY2
... ... ... ... ...
aX9...
2006 Aug 03
1
A patch for ocfs2 source configuration process.
...onfiguration I find a strange thing. Although my
kernel is "2.6.9-11.19AX"(Asianux2.0 on a vmware server with a single
processor configured), the configuration find that it is
2.6.9-11.19AX-smp. So after I make and install, those *.ko went to the
wrong place.
The reason is:
1. When vendor/ax2/vendor.guess runs.
The script is :if [ "`rpm -qf /etc/asianux-release --qf '%{VERSION}'
2>/dev/null`" != "8AX" ]
while in my machine it is "2.0", not "8AX".
I also modify the script in vendor.guess. In asianux2.0, In /etc, you
can find
redhat-rele...
2008 Nov 20
1
gam and ordination (vegan and labdsv surf and ordisurf)
I have a general question about using thin plate splines in the surf
and ordisurf routines. My rudimentary knowledge of a gam is that with
each predictive variable there is a different smooth for each one and
then they are added together with no real interaction term (because
they don't handle this well?). Now, If I have two variables that
have a high D^2 score and a low GCV score (I am
2010 May 07
0
Problems with image.plot
...LLhigh,xlim=c(286,292),ylim=c(-32,-18),proj="LL",tckLab=F,tck=-.04,col=rgb(255,255,160,max=255),xlab="",ylab="",plt=NULL,axes=F)
image(lon+360,lat,uno,col=tim.colors(50),add=T,zlim=log(rn_cl))
addPolys(worldLLhigh,col=rgb(255,255,160,max=255))
ax1<-seq(286,292,by=2);ax2<-seq(74,68,by=-2);ax3<-seq(-21,-19,by=1)
axis(1,at=ax1,labels=parse(text=paste(ax2,"*degree~W",sep="")))
axis(2,at=ax3,labels=parse(text=paste(ax3*-1,"*degree~S",sep="")),las=2)
image.plot(legend.only=TRUE,legend.width=2.9,legend.mar=3,zlim=c(.01,10))...
2008 Jan 18
2
plotting other axes for PCA
Hi R-community,
I am doing a PCA and I need plots for different combinations of axes (e.g.,
PC1 vs PC3, and PC2 vs PC3) with the arrows indicating the loadings of each
variables. What I need is exactly what I get using biplot (pca.object) but
for other axes.
I have plotted PC2 and 3 using the scores of the cases, but I don't get the
arrows proportional to the loadings of each variables on
2012 Apr 29
2
Count number of rows in a matrix with a character pattern
Hi,
I have a large data set that I input as a matrix, where I have 1:x rows
with names AX, then x+1: y rows named AY, etc. The idea is that I have to
count how many rows exactly I have with name AX and how many I have with
name AY (or find which row numbers have names AX). Is there any way in R to
count a number of rows with a name matching a required pattern?
Thanks in advance,
Katie
--
2012 May 29
2
setting parameters equal in lm
Forgive me if this is a trivial question, but I couldn't find it an answer
in former forums. I'm trying to reproduce some SAS results where they set
two parameters equal. For example:
y = b1X1 + b2X2 + b1X3
Notice that the variables X1 and X3 both have the same slope and the
intercept has been removed. How do I get an estimate of this regression
model? I know how to remove the intercept
2007 Feb 09
6
1.2.4 symbols
Hi,
Everything compiled correctly for the ocfs2 package, but so far the
modules will not load with the "well known" module symbol error.
FATAL: Error inserting ocfs2
(/lib/modules/2.6.16.27-0.6-smp/kernel/fs/ocfs2/ocfs2.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
Okay not sure what is up here, any suggestions? BTW, this is the correct
module location and I
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*