Displaying 20 results from an estimated 500 matches similar to: "Identify groups by character point in xyplot legend"
2009 Jun 20
4
Customize axis labels in xyplot
Hello,
I'm plotting an xyplot where a continuous var recorded every min is plotted
on y, and time expressed as HH:MM:SS on x, as follows :
xaxis=list(tick.number=12,rot=90)
lst=list(x=xaxis)
xyplot(upt$LOAD_1 ~ upt$TIME, data=upt, type=c('g','p', 'r'), scales=lst)
On the x-axis, every time label is drawn and the label quickly become
unreadable as they overlap on each
1999 Sep 08
1
No subject
Hallo,
I'm looking for a "sunflower" plot. I noticed the
Splus function "p.sunflowers" (Andreas Ruckstuhl, Werner Stahel, Martin
Maechler, Tim Hesterberg) don't work... If its not available I would port
this function...
Thanks for 1 answer
P
***************************************************************************
P.Malewski Tel.: 0531 500965
Maschplatz 8
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
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.
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
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
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
2005 Jul 21
2
bubble.plot() - standardize size of unit circle
Hello,
I wrote a wrapper for symbols() that produces a
bivariate bubble plot, for use when plot(x,y) hides
multiple occurrences of the same x,y combination (e.g.
if x,y are integers).
Circle area ~ counts per bin, and circle size is
controlled by 'scale'.
Question: how can I automatically make the smallest
circle the same size as a standard plot character,
rather than having to
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
2007 Dec 18
9
Scatterplot Showing All Points
Hello all,
I'm trying to graph a scatterplot of a large (5,000 x,y coordinates) of data
with the caveat that many of the data points overlap with each other (share the
same x AND y coordinates). In using the usual "plot" command,
> plot(education, xlab="etc", ylab="etc")
it seems that the overlap of points is not shown in the graph. Namely, there
are
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:
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
2009 May 01
2
combine column names
Dear R-list,
Is there any way I can extract part or whole column name from two
variables and combine them? Not values, but column names.
For example,
I have data set with 70 variables. The column names are "Alfalfa",
"Corn","Soybean",..."Sunflower". After I combine the two variable (say
Alfalfa and Corn), I want to rename it as "AlfCor" or
2018 Jun 22
4
[Bug 107003] New: Timeout in nvkm_falcon_v1_clear_interrupt on gp104
https://bugs.freedesktop.org/show_bug.cgi?id=107003
Bug ID: 107003
Summary: Timeout in nvkm_falcon_v1_clear_interrupt on gp104
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2011 Dec 12
2
Colours for sunflowerplot
Dear fellow R users,
I would like to draw a "sunflowerplot" because I have data (decade by
month) that plots multiple times on the same x-y co-ordinates. Further I
would like to colour each of the points/sunflower leaves on the plot
according to the group they belong to (i.e. which type of event each
represents within that decade and month). I thought that this would be
relatively