similar to: Customize axis labels in xyplot

Displaying 20 results from an estimated 600 matches similar to: "Customize axis labels in xyplot"

2009 Jun 23
1
Identify groups by character point in xyplot legend
http://www.nabble.com/file/p24173983/groups.csv groups.csv http://www.nabble.com/file/p24173983/groups.r groups.r Hello, Points of an xyplot can be identified to a particular group according to 'sunflowers', a different one per group. However, this distinction does not appear in the legend generated by auto.key, all groups are expressed as a point or line, of different colours, but
2009 Feb 13
3
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
It seems to me that LLVM sub-register is not for the following hardware architecture. All instructions of a hardware are vector instructions. All registers contains 4 32-bit FP sub-registers. They are called r0.x, r0.y, r0.z, r0.w. Most instructions write more than one elements in this way: mul r0.xyw, r1, r2 add r0.z, r3, r4 sub r5, r0, r1 Notice that the four elements of r0 are written
2003 Jun 19
3
sciViews
Bonjour, J'ai t?l?charg? SciViews Insider que je trouve tr?s convivial. Par contre, je n'arrive pas ? comprendre comment enregistrer un script R en type de fichier R justement. Mes programmes fonctionnent tr?s bien, mais SciViews me propose uniquement de les enregistrer au format txt sous un type de fichier "bloc notes". Comment les enregistrer avec l'extension .R comme le
2002 Jun 26
6
Samba 2.2.5 and printers
I'm currently having a problem with the new released Samba 2.2.5: I cannot print anymore on my shared printer. What is strange is that It worked fine with samba 2.2.4, but now I got an access denied whenever I try to access the printer... /var/spool/lpd/samba is chmod 777 and the username is in the group lp Here is part of my smb.conf: [global] workgroup = HOME netbios name =
2003 Jun 26
3
create help files
Hello, I have to create help files on R. I used the "package.skeleton" function which allowed to me to create a personal package with my list of functions. But I don't understand what I have to install to use these. That needs the tools to build packages from source to be installed. I will need the files in the R binary Windows distribution for installing source packages to be
2005 Nov 15
1
latex table and R codes
Dear R-help assistance; may you help me regrding to following inquiry!? you know what, i have generated three tables by xtable R function, right now i am trying to make a single table by putting these tables togethere; actully i am going to come upt with *.tex (latex) file. because i have more extera non-R material, i am using Sweave to read R instructions, and finally i hope to end up with a
2002 Mar 01
1
Excel Add-in
I'm trying to make a connexion beetween Excel and R. It works for simple requests but it seems that complexe functions won't work. Does anybody knows how complexe can be the data set and function used? Does it exist something else than the Erich Neuwirth Add-in (which is already really interesting) ? Thanks Nolwenn ----------------------------------------------------------------------
2002 May 02
2
a question
Hi, I have a program written in R which is good on the version 1.2, but for the fallowing versions of R, an error always is at the same place. That is at the level of the fallowing line: Sur<- getInitial(res2[m:M,2]~SSasymp(res2[m:M,1],Asymp,resp0,lrc),data=res2) Error in eval(expr,envir,enclos):numeric envir arg not of length one I don't know at all this langage for the instant.
2013 Jan 31
1
[LLVMdev] emitPseudoInstruction with MCJIT on LLVM 3.2 for ARM
Hi all, I was wondering if anyone could help me out with my MCJIT bug on LLVM 3.2. The same code works beautifully on x86 desktop with the same version of LLVM. This is the error I've been getting on ARM platforms: dsheffie at tegra-ubuntu:~/projects/threeFingeredJack/python_compile$ python ./vvadd.py [ 0. 0. 0. ..., 0. 0. 0.] ARMCodeEmitter::emitPseudoInstruction UNREACHABLE
2007 Jun 19
2
Histogram
Hello, I am using the following codes to plot a histogram and density line for x. For the density line, I just want it to show the two tails, eg, for x larger than 0.05 ans smaller than -0.05 hist (x, seq(-0.1,0.1,0.01),freq = FALSE) lines (density(x,bw="SJ"), x> 0.05 & x< (-0.05), col = "red") But is does not work, can anyone give me some advice? -- View this
2009 Feb 13
0
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
On Feb 13, 2009, at 9:47 AM, Alex wrote: > It seems to me that LLVM sub-register is not for the following > hardware architecture. > > All instructions of a hardware are vector instructions. All > registers contains > 4 32-bit FP sub-registers. They are called r0.x, r0.y, r0.z, r0.w. > > Most instructions write more than one elements in this way: > > mul
2006 Apr 13
3
[Bug 466] u.tcp used where u.udp should be, in tftp nat helper
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=466 netfilter@linuxace.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |netfilter@linuxace.com Status|NEW |RESOLVED Resolution|
2002 Mar 07
2
Statconnector and Excel
Hi, I'm trying to combine a VBA macro and a R package. I've installed the R-(D)COM and the R-excel interface by Neuwirth. They seem to work both. However I would like to display the r-generated data in an Excel sheet as an array but I don't manage. Here is an example of my source: Sub doR() Call RInterface.StartRServer Call RInterface.RRun("library(mdnn)") Call
2009 Jun 18
1
Print column headers of summary
Hello, This is a newbee question. I would simply like to write in a text file the headers of the summary function along with the computed data. write(summary(x), file="out.txt") gives only the data. I have not found a solution on the forum. Thank you for any help. -- View this message in context: http://www.nabble.com/Print-column-headers-of-summary-tp24094930p24094930.html Sent
2004 Aug 06
1
ices and libshout.so.1
> "./ices: error while loading shared libraries: libshout.so.1: cannot > open shared object file: No such file or directory" >>Is libshout installed? What I know I haven't installed it, is there a debian package of it so I can install or reinstall it mayne? >>Did you run ldconfig? When I do a ldconfig I get this back in return " ldconfig:
2006 Apr 01
0
[Bug 466] New: u.tcp used where u.udp should be, in tftp nat helper
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=466 Summary: u.tcp used where u.udp should be, in tftp nat helper Product: netfilter/iptables Version: linux-2.6.x Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: NAT AssignedTo: laforge@netfilter.org
2009 Mar 26
0
[LLVMdev] GSoC'09 question
Hello llvm, I am a first year PhD student at "Politehnica" University of Timisoara, Romania. I am a part of the LOOSE Research group (http://www.loose.upt.ro ) and until now I have been involved in several research projects in reverse-engineering object oriented software. Currently I am using llvm to statically check C/C++ programs for memory leaks. What I have until now is a
2007 May 16
0
Compiling wine on Ubuntu Feity
Hi wine users ! I want to compile wine from git repository on Ubuntu Feisty Fawn (7.04). How can I set up my developpement environment ? The page at http://wiki.winehq.org/Recommended_Packages isn't upt-to-date for feisty. Maybe I should try with Dan Kegel's edgy script ? Regards, LvR
2015 Aug 28
2
[OT] GNU bc base conversion
Hello CentOS List Members, Thoughts as to why my BC functions aren't properly converting between bases? Decimal to binary or hex works fine, but not binary or hex to decimal and so forth. No doubt the syntax is in some way wrong, but when I test from the CLI and the right values are returned, I have to wonder. Other than a few other define statements, the only other option I have set is
2009 Dec 10
1
dns lookups for SRV kerberos
Hi, I have raised this question on the kerberos mailing list, but have been told that Samba has it's own behavior regarding SRV lookups. My configuration uses the following : dns_lookup_realm = false dns_lookup_kdc = false [realms] EXAMPLE.DOM = { kdc = 10.0.0.1:88 kdc = 10.0.0.2:88 admin_server = 10.0.0.1:749 default_domain = example.dom } but I still see the DNS lookups for