search for: xat

Displaying 18 results from an estimated 18 matches for "xat".

Did you mean: at
2011 Aug 12
1
current.panel.limits() of lattice returning NaN limits - why?
...turns NaN limits for the plot, which it much harder to calculate anything sensible. An illustration: Given this axis function: vs.axis <- function(...){ xlim <- current.panel.limits()$xlim ylim <- current.panel.limits()$ylim # Debug code print(list(ylim=ylim,xlim=xlim)) xat <- pretty(seq(xlim[1],xlim[2],100),n=5) yat <- pretty(seq(ylim[1],ylim[2],100),n=4) xlab <- sub("-","",as.character(xat)) ylab <- sub("-","",as.character(yat)) panel.axis(side="top",at=xat,labels=xlab) panel.axis(side=&quo...
2011 Dec 22
2
Axis manipulation in Stackpoly (Plotrix)
Have made a stacked area plot, but now want to manipulate the x axis: make in even increments (50) in order to suppress the tick marks (forming solid bar under plot). However, the plot functions do not seem to work, and I cannot find documentation for use of xat in stackpoly. This is a time series of data covering 579 years, and has been successfully converted from zoo to matrix. Data plotting fine, jsut want to change axis - CaribMatrix<-as.matrix(ts4Ex) stackpoly(CaribMatrix, stack=TRUE, xlab="Year",ylab="Catch in tons", xaxlab...
2009 Nov 27
1
problem tick marker and text
Hi R-ers, I am struggling with my x-axis in a association plot. What I would like is to place the labels of the x-axis between the tick markers and normally the labels are printed at the place where the tick marker is placed. I don???t want to move the tick marker (it gives the switch between one chromosome and the next) but I just want to put the chromosome number in between the
2001 Aug 30
1
How to get ``nn%'' in axis values
I would like to make the print format of the axis value labels appear as ``nn%'' instead of just the numbers. Is there a way to do this? Also, the x axis value labels on my horizontal barplot are rotated 90 degrees (perpendicular to the axis) no matter what I do. I tried las=1 but that didn't work. Is this doable? Thanks. $platform [1] "i686-pc-linux-gnu" $arch [1]
2007 Sep 28
2
plot graph with error bars trouble
Hi, I have a data set like this: Mutant Rep Time OD 02H02 1 0 0.029 02H02 2 0 0.029 02H02 3 0 0.023 02H02 1 8 0.655 02H02 2 8 0.615 02H02 3 8 0.557 02H02 1 12 1.776 02H02 2 12 1.859 02H02 3 12 1.668 02H02 1 16 3.379 02H02 2 16 3.726 02H02 3 16 3.367 306 1 0 0.033 306 2
2006 Oct 02
2
xyplot Graphic Help
...-100,1200), # index.cond=list(c(2,1)), scales=list(x=list(relation="free", cex=2),y=list(cex=2)), prepanel=function(x,y,... ) { # yy <- y[,drop=TRUE] xx <- x[,drop=TRUE] list(xlim=levels(xx), # ylim=levels(yy), xat=sort(unique(as.numeric(xx))) # yat=sort(unique(as.numeric(yy))) ) }, panel=function(x,y,subscripts,m=a, ...) { # yy <- y[,drop=TRUE] panel.xyplot(x,y,...) panel.abline(h=m[subscripts],col="red") panel.abline(h...
2009 Sep 20
3
problems with Stackpoly, package Plotrix
Dear all, I am fairly new to package Plotrix and I would like to ask you, if any of you could help me with following. a) I don't know how to set up border line width in the Stackpoly function (seems that lwd from par doesn't work, or at least not in the way I have written) b) I don't know, how to rotate the x axis labels (I used srt=45, but same problem as before). c) Could anyone
2011 Aug 02
1
lattice: index plot
...ering whether there is a more straightforward way? By the way, if I do not specify the ylim in the prepanel function the plot is clipped, but reading Deepayan's book, p.140 : "[...], so a user-specified prepanel function is not required to return all of these components [i.e. xlim, ylim, xat, yat, dx and dy]; any missing component will be replaced by the corresponding default." I'd understand that if I do not specify ylim it is calculated automatically? Not a big thing though, but it seems to me to be inconsistent. Any help appreciated. KR, -Thorn
2008 Nov 20
1
Math Expression in 3D Plots
...{ delta.yrsed <- (beta.dist + 2*beta.dist2*dist)*delta.dist + beta.dist2*delta.dist^2 return(delta.yrsed) } plot.deeffect <- function(scolor="blue") { delta.dist <- dist <- seq(0, 16, .5) delta.yrsed <- outer(dist, delta.dist, fn.delta.yrsed) rgl.open() bbox3d(xat=seq(0, 16, 2), yat=0:5, zat=seq(0, 16, 2), color="black") title3d(main="Effect of Change in dist on yrsed", pos=c(NA, 8, 0), color="black") title3d(xlab="dist", pos=c(NA, 0, -3), color="black") title3d(ylab="delta_yrsed", p...
2008 May 06
1
Plotting separate populations in scatterplot3d
Hi, I'm having trouble plotting populations as separate colors and points in the 3d scatterplot package. I have a column with 4 different population names and 3 columns with my data. I want to plot each population with a different color and pch. In addition, I want to use the type="h" in my plotting so that I can see the points clearly in my graph( for publication purposes).
2008 May 03
4
interactive rotatable 3d scatterplot
I would like to create a 3d scatterplot that is interactive in the sense that I can spin it on its axes to better visualize some PCA results I have. What are the options in R? I've looked at RGL and perhaps it will suffice but it wasn't apparent from the documentation I found. Any demo scripts available for a package that will work? Mark -- Mark W. Kimpel MD ** Neuroinformatics **
2015 Apr 06
0
--append and then --append-verify will not work.
...equaling to 128K, which is the maximum of the block-size accepted by rsync. split -b 128K Packages.bz2 And at this point, I obtained the following 20 files: werner at debian:~/http_resume_test$ ls x* xaa xac xae xag xai xak xam xao xaq xas xab xad xaf xah xaj xal xan xap xar xat Then I delete the some files, say, xab and xae, from the above little files, and then use the cat tool to regenerate the Packages.bz2 by only using the remaining little files: werner at debian:~/http_resume_test$ for i in `ls x*`; do cat $i >> Packages.bz2; done 3- Then, I re-run rsync...
2015 Apr 06
0
--append and then --append-verify will not work.
...ze equaling to 128K, which is the maximum of the block-size accepted by rsync. split -b 128K Packages.bz2 And at this point, I obtained the following 20 files: werner at debian:~/http_resume_test$ ls x* xaa xac xae xag xai xak xam xao xaq xas xab xad xaf xah xaj xal xan xap xar xat Then I delete some files, say, xab and xae, from the above little files, and then use the cat tool to regenerate the Packages.bz2 by only using the remaining little files: werner at debian:~/http_resume_test$ for i in `ls x*`; do cat $i >> Packages.bz2; done 3- Then, I re-run rsync with th...
2006 Mar 11
2
Draw level lines on the surface of a bivariate function
Hello, Is it possible to draw level lines on the surface of a bivariate function? In the following example, to draw surface and levels lines for a multivariate normal law, I use persp, trans3d, contourLines and lines, but if the lines are correctly drawn, some parts of them are, of course, visible even if they are drawn on a non visible "face". Any suggestion to avoid this problem
2011 Oct 07
1
axes3d/bbox3d - axis values not fixed
Hello, I'm using the rgl package and plotting a plot with it. I'd like to have all the axes values auto-hide, but I want to plot a series of characters instead of the values of the measurement for 2 of the axes. So in the end I will have one axis (z actually) behave per normal (auto-hide) and I'd like the other two axes to be custom character vectors that auto-hide. Example: x <-
2010 May 25
2
segplot (latticeExtra)
Hi, I'm having a bit of trouble with 'scales="free"' in the segplot() function of latticeExtra. Say we need panels for each year, showing only those counties that are represented in each one: ---<--------------------cut here---------------start------------------->--- library(latticeExtra) data(USCancerRates) uscr.w <- subset(USCancerRates, state ==
2017 Oct 04
11
[PATCH 0/9] build: Require OCaml >= 4.02.
Per my previous email: https://www.redhat.com/archives/libguestfs/2017-September/msg00203.html I'd like to talk about requiring a more modern version of the OCaml compiler. These commits show some of the code changes which would be possible with OCaml >= 3.12 [which it turns out we already require by accident] and also with OCaml >= 4.02. The latter is my favoured option. Rich.
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...n$qo&mG~;9XJHM{>^_r+ zlW>#7vygQnj&ARb=4RWHNVrXk9f0gl_~KK9X;cxB9$}NXlXvV+$RRXb*j0x-7NS5_ z0GUZ%7PoGdm_ICTv+ at K>V<&cDTZ-lR7enS&!VNyL&}HqJqG;j~Ju`8jLKoX59g%Id z?R-s_i<whH38dJQ2kR^yTPL{*FA8F- at 0$O)xug<Vjg%<(t?LoNke1ldaErJPRIpWj zf;H0F9Ucq~Ev&6=@tYq%4AU3r?XAtMsH?6`8nW1LO}^Z4U2SbJ6iKQ)?DoW62{_Pm z`K`zy?DGJ`GHgm0o6^L3CQ^qb)g5k5|0*v|5SPZiC+X5ChodY|0>8g5>?jMF5xrdO z1kQl3GGekgt<Uk^h}ZB$EOw{xsLgy3?V|FX3iHUoh}dmpnG4cPn3cg#hl`Ewl>1yE zaWpkEQB)jOSlFuA?h|5GyUZiI=dhb}mj&U;R9l0wd*`q#=jLOQislJ|NP1Y~#=651 z-YlBkm at jRJPmt2Um|r91dkH(@^h9%==3R=IkgVtw#c...