similar to: aligning image with bar plot in the same plot

Displaying 20 results from an estimated 100 matches similar to: "aligning image with bar plot in the same plot"

2011 Dec 02
1
Willkommen bei der "R-help" Mailingliste
Hello everbody, I am new to this mailing list and hope to find some help. I'm trying to get into the spatstat package and encountered two problems. First a graphical one: There is an example dataset called "finpines" which has several marks (http://www.oga-lab.net/RGM2/func.php?rd_id=spatstat:finpines) When I pass the given code from the website to R data(finpines)
2010 Dec 13
1
Problem with Modern Warfare 2 on Wine 1.2.1
Code: root at mati:/home/mati/.wine/dosdevices/c:/mw2# wine iw4mp.dat fixme:win:EnumDisplayDevicesW ((null),0,0x32f2f0,0x00000000), stub! fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS) fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS) fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
2008 Dec 21
6
Games performance with wine
I've been using Linux Ubuntu for a few days, but I already love it :) However, when I'm running windows games under wine, I get less than 10fps, while under windows they work really fast. I have installed latest Nvidia drivers from ubuntu repositories and Direct X 9c under wine (yes, dxdiag works, and it passes all the tests). I have also seen on youtube, that many people don't have
2008 Oct 28
0
Package "evd"
As I tried to draw random sample from Hüsler-Reiss density with the following code, library(evd) margins <- cbind(0, 1, seq(-0.5,0.5,0.1)) x <- rbvevd(101, dep = 1.7, model = "hr", mar1 = margins) [,1] [,2] [1,] -0.56662298 0.8448505 [2,] 0.55824918 1.0217279 [3,] 0.24741124 0.6684668 [4,] -0.31547985 0.1781680 [5,] 0.69466134 0.2299363 [6,]
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
Dear all, I am sending a patch for extending pdf device to embed popup text and web links. I implemented this feature by using annotation object, a interactive feature of pdf. You can see a sample code for using this feature in the following, and sample pdf is in
2012 Jun 13
0
Plotted circle does not go through desired points - very long email with code
Hi, ? I am trying to solve a problem related to Poincare circles ( for more info http://www.ms.uky.edu/~droyster/courses/spring08/math6118/Classnotes/Chapter09.pdf). In a nutshell i am trying to replicate the method in the above pdf section 9.2.1. that explains in broad terms how to draw the arc inside a circle that goes through 2 previously set points on the first circle. ? I think i came up
2013 Oct 23
2
Multivariate time series in R 3 vs R 2
Hello! Recently I got report that my package mar1s doesn't pass checks any more on R 3.0.2. I started to investigate and found the following difference in multivariate time series handling in R 3.0.2 compared to R 2 (I've checked on 2.14.0). Suppose I wish to calculate seasonal component for time series. In case of multivariate time series, I wish to process each column independently.
2013 Mar 19
1
"not permitted to access this share"
Hello all, Been fighting with this all day and I am at a loss. Maybe I've been staring at it too long. I'm getting a "not permitted to access this share error" where I think I should be getting in no problem. user 'fizbin' (from session setup) not permitted to access this share (logs) Configuration: Two AIX 6.1 (6100-06-06) LPARs both running Samba 3.3.12 binaries
2018 Mar 28
2
can not install package "matie"
Dear R-experts, I can not install the package "matie". If somebody can tell me where the problem is. > install.packages("matie") Installing package into ?/Users/Caro/Library/R/3.3/library? (as ?lib? is unspecified) essai de l'URL 'https://cran.rstudio.com/bin/macosx/mavericks/contrib/3.3/matie_1.2.tgz' Content type 'application/x-gzip' length 80151
2018 Mar 28
0
can not install package "matie"
On 28/03/2018 6:27 PM, varin sacha via R-help wrote: > Dear R-experts, > > I can not install the package "matie". If somebody can tell me where the problem is. > >> install.packages("matie") > Installing package into ?/Users/Caro/Library/R/3.3/library? > (as ?lib? is unspecified) > essai de l'URL
2018 Mar 29
1
can not install package "matie"
Varin In the teaching you to fish department, you can find those dependencies Duncan appeared to pull out of thin air by looking at the CRAN contributed packages web pages, which can easily be found with Google. Start at the matie page and follow the dependency links and look at dependencies. In particular the error message mentioning the proxy package is a clue that dependencies might be a
2003 Jun 05
1
dl102s again
Please I need help, I don't know why,almost every time I dial on my dect phones, the dialtone doesn't go off and * doesn't recognise anything!!!! I'm using two dlink voip gateways, MGCP: DL102s. Any ideas? thanks in advance michelle matis ----- Tu cuenta de correo gratuita Mixmail http://mixmail.ya.com Ya.com ADSL Home 24 h, Módem + Alta ¡Gratis!
2013 Mar 28
2
QUESTION ON ROUNDING
Dear All,   wonder if you have a thought on the following: I am using the round(x,digits=3) command, but some of my values come out as: 0.07099999999999999 AND 0.06900000000000001. Any thoughts on why this maty be happening or how to eliminate the problem?   apreciate the help,   Andras [[alternative HTML version deleted]]
2012 Jan 04
1
wow on arch 64bit
Hey ppl can you help me i when i am trying to run world of warcraft in wine i get a error i can login fine but after about 3 sec after i entered world so i can se my char i crash this is what terminal says.. Code: wine: Unhandled page fault on execute access to 0x00000000 at address (nil) (thread 0025), starting debugger... Unhandled exception: page fault on execute access to 0x00000000 in
2011 Dec 13
2
Problem with ploting fitted values
Hello! I have such a problem... Estimated a model based on common data (you can find it in R library), and I wanted to plot the orginal values with the estimated one. Unfortunately I can only see the original values. Below is the code with data library: / library(forecast) data(AirPassengers) AP <- AirPassengers class(AP) start(AP) end(AP) frequency(AP) lgAP <- log(AP) t<-2:length(AP)
2013 Oct 21
0
lapply(ts(1:2), length) inconsistent answers
Hello, All: I'm getting different answers from "lapply(ts(1:2), length)", depending on what is attached, with nothing obviously masked. 1. Am I correct that the answer to "lapply(ts(1:2), length)" should be a list of length 2 consisting of "int 1" twice? This is what I get from R 3.0.2 with nothing else attached. If I've attached
2004 Jun 30
1
classifying packets
hello! i have the following problem: i have a pc, which has one (eth0) NIC. eth0 is connected to two other linux machines acting as routers to the internet. i want to classify packets outgoing from my PC. i want to mark packets that are routed through 1. router with mark 1 and the others packets routed throuhg router 2. with mark 2. i had following ideas: -using destination MAC -using route
2003 Jun 16
2
The same SIP problems...SORRY!
Hi eveybody again! I don't want to be annoying, but if nobody can help me with this, I'll have to desist of working with SIP.I have some questions about SIP, as I wrote in another mail. I have a SIP Gateway and I have two phones (an analog one and a DECT one) conected to it.Also, I have two Dlink dg102s with four phones conected to them. The main problems are two. Calls between the
2004 Sep 24
2
CONNMARK problem
Hello everybody. i have the folowing problem: i have this in the top of PREROUTING chain in mangle table iptables -t mangle -A PREROUTING -j CONNMARK --set-mark 0 # rule 1 iptables -t mangle -A PREROUTING -m connmark --mark 5 # rule 2 iptables -t mangle -A PREROUTING -m connmark --mark 6 # rule 3 i think when packet is passing trough my POSTROUTING in mangle table
2003 Jun 11
4
some sip questions AGAIN
I write the email again, the third time!!, cause the other two ones, I have had problems while sending them. I hope this time it works. Here is the email again: Hi (and sorry) everybody I'm starting with SIP and I wanted to ask some questions, perhaps silly ones, but I hope people can answer me! 1) Which codecs may I use? I want the SIP phones to call to the PSTN above all, but I have