similar to: Tick marks in xyplot

Displaying 20 results from an estimated 190 matches similar to: "Tick marks in xyplot"

2004 Jun 22
1
Copying and printing lattice graphics (PR#7004)
Full_Name: Olafur Arnar Ingolfsson Version: 1.9.1 OS: Win XP Submission from: (NULL) (213.236.225.194) Copying lattice graphics only works with copy as bitmap. Printing the graphic window doesn't work either. I have the same problem with 1.9.0 and 1.9.1, just updatet packages If I have done som (obvious) mistake, I do apologize. x.val <- rnorm(100,50,3) library(grid);library(lattice)
2003 Nov 21
3
Audio CD problem
Hello I just downloaded a great program called Transcribe (to slow down music so you can learn it) available at http://www.seventhstring.demon.co.uk/ and it worked smoothly and without problem through Wine on my Gentoo 1.4 laptop. The problem is that the program wants to open .cda files to access the CD tracks and I don't know about a way to mount audio CDs in Linux. I could of course rip the
2003 Sep 17
4
ftp.freebsd.org out of date? (WRT security advisories)
It seems (at least for me) the patches on ftp.freebsd.org are out of date for the 03:12 security advisory (openssh). ftp2.freebsd.org has them fine. I'm wondering if this is a mirror issue or perhaps round-robin DNS problem? What compounds the issue is that right now the old openssh 3.7 patches are there (on ftp.freebsd.org), but not the 3.7.1 patches (which can be found on
2012 Jun 11
0
gamm (mgcv) interaction with linear term
Hello, I am trying to fit a gamm (package mgcv) model with a smooth term, a linear term, and an interaction between the two. The reason I am using gamm rather than gam is that there are repeated measures in time (which is the smooth term x1), so I am including an AR1 autocorrelation term. The model I have so far ended up with is of the type gamm(y ~ s(x1) + s(x1, by=x2), correlation =
2013 Mar 15
0
Poisson and negbin gamm in mgcv - overdispersion and theta
Dear R users, I am trying to use "gamm" from package "mgcv" to model results from a mesocosm experiment. My model is of type M1 <- gamm(Resp ~ s(Day, k=8) + s(Day, by=C, k=8) + Flow + offset(LogVol), data=MyResp, correlation = corAR1(form= ~ Day|Mesocosm), family=poisson(link=log)) where the response variable is counts, offset by the
2004 Jun 15
2
tapply/barplot (PR#6983)
Hello, there seems to be a bug in tapply or barplot in R 1.9.0 that was not in = earlier versions. The following code creates two nice barplots in 1.7.0, = but the first one is bad in 1.9.0: par(mfrow=3Dc(1,2)) x <- rep(1:10,10) y <- runif(100,1,100) z <- tapply(y,x,mean) barplot(z) barplot(as.numeric(z)) although is.numeric(z) returns TRUE! Best regards, Vidar Hjellvik Institute of
2012 Aug 22
0
pseudo-additive seasonal decomposition
Dear All, Would anyone happen to have tips on how to do a pseudo-additive seasonal decomposition in R? I am working on a ca. 20 year monthly time series on species abundance data, with annual peaks of varying magnitude and zero abundances between the seasonal occurrences. I have tried to use the package "x12", which utilizes x12arima, but without luck so far. More specifically, I am
2006 Jul 11
0
Should I use exclamation marks for methods that change associations?
I''ve been getting some good feedback on the Authorization plugin (http://www.writertopia.com/developers/authorization). Josh Susser suggested I use exclamation marks when I''m setting roles. The basic ways of setting roles uses the #has_role, #has_no_role, #accepts_role, and #accepts_no_role methods: user.has_role ''site_admin'' user.has_role
2007 Oct 10
0
How to use rate limit with marks set on packets with own queue???
Hi After several days testing and studing howtos and docu again ... I want to limit all tcp trafic with the limit module to say one connection per second except some known trafic. (This is because of using p2p progs gets mi crazy which gets my adsl modem down and I share my net with some users and because of encryption of stream l7 does not work ...) As I understand the limit module does work
2005 Jul 02
0
Question regarding iptables marks for HTB
Hi, Currently I´m using the following iptables rule to mark packets in order to shape traffic: iptables -A PREROUTING -i eth2 -t mangle -p tcp -s 192.168.1.50/32 -j MARK --set-mark 50 So my question is, is there a limit in the numbers that can be used as marks? And also, can only numbers be used as marks? How about: iptables -A PREROUTING -i eth2 -t mangle -p tcp -s 192.168.1.50/32 -j MARK
2004 Jul 01
0
filter ingress policy rates by packet marks
Hello everyone ! I''m new to the list :-). So I''ll tell you: I''m Eduardo Robles Elvira aka Edulix, a young student from the south of Spain. I''ve developed a simple project for local pc bandwidth shaping called Edulix Shaper script [1]. It''s based on the Wondershaper. I have it mostly finnished and debugged; I have only a final problem: Is it
2006 Jan 25
0
benchmarker and quotation marks
Hello, just getting around to tuning and the benchmarker script. I understand, from the rails book, that the command used is: script/benchmarker 10 "Product.search(''version_control'')" Maybe I''m misunderstanding it but what if there are some nested " or '' required inside the command, such as: script/benchmarket 10 "Question.find(:all,
2007 Feb 18
0
Lattice graphics: minor tick marks and panel.axis() question(s)
Hello, I have been a long-time Traditional graphics user and now moving to try Lattice graphics. At the moment I cannot figure out how to place minor tick marks in a figure made with Lattice's xyplot(). In Traditional graphics, after calling plot() I would make two calls to axis(). >From the manuals and help documentation I learned that 'scales' takes multiple 'at'
2008 Jun 13
0
Wanted: your examples of logged axes with custom tick marks
Dear all, I'm trying to improve the default layout of tick marks for log scaled axes in ggplot2. To this end, it would be really useful to see what people actually do in practice. If you've ever made a log-log (or semi-log) plot and customised the location of the ticks, I'd really appreciate a copy of your graph (if it's publicly available) or a statement of the range of the
2008 Aug 27
1
plot.cuminc: how to put tick marks for censored observations
Hi, I am trying to figure out how to put tick marks for censored observations using plot.cuminc for my competing risk analysis (survfit does this automatically). I've searched online for resources but found nothing. Does anybody know how to do this? Thank you in advance for your input. KC [[alternative HTML version deleted]]
2006 Apr 25
1
Add qoutation marks and combine values in a vector
I wish to place quotation marks around each element of the following list; X1 1 Label 1 2 Label 2 3 Label 3 4 Label 4 and combine the values in the following format for use in another function; c("Label 1","Label 2","Label 3","Label 4") Many thanks, Jerry
2003 Aug 06
1
rsync OS X to Linux => problem diacritical marks
hi all i would like to sync a directory tree on a os x server to my linux "backup" server. in generall it works, but i've asserted that folders and files containg a letter with a diacritical mark (for example: ?,?,?) cause problems. they are beeing transefered but show up with a messed filname on my linx server. has someone an idea how to solve this problem? brest regards sam
2006 Oct 24
1
marks to sepearat bars
I'd like to insert always after 3 bars a small mark, so the groups of three can be distinguished easier. Thanks for your help! David --
2007 Jan 10
0
axis labels at subset of tick marks
For example, this works: x = seq(-100, 1000, 25) y = x * x plot(x,y, xaxt="n") axis(1,x,FALSE,tcl=-0.3) axis(1,x[x %% 100 ==0]) It creates two axis objects and the values of the x-axis are the labels. The following scenario is more difficult, because it uses 'image' to plot a grid of values: a = matrix(rnorm(100),ncol=10) image(1:ncol(a), 1:nrow(a), a, xaxt="n",
2013 Apr 19
0
Question marks in SQL string literals
Hi all! Recently I discovered that AR tries to treat question marks inside SQL string literals as parameters, however this behaviour shows in very rare cases, for example (very odd, but...): User.where("NOT EXISTS (#{ Comment.where(''user_id = users.id AND body ILIKE ?'', ''%?'').to_sql }) AND created_at > ?", Date.yesterday).to_sql It will fail,