Displaying 20 results from an estimated 6000 matches similar to: "text on some lines"
2005 May 31
2
Barplot2 Title
Hello,
I would like to know if it's possible to modify the name of groups of bar because on my barplot2, I have 5 groups of bars and one of them is called "User Contributes" and when I save the plot "User contributes" is to big so I don't have it on my plot! Is it pssible to put the name vertically!
Thanks!
Sabine
---------------------------------
ils, photos
2005 Jun 22
6
Is it possible to get the first letter of a word?
Hi,
I would to get the first letter of a word like:
> title_cat
TitleCat
1 Training
I would like T from Training!
Thnaks a lot for your help
Sabine
---------------------------------
T侀l侀chargez le ici !
[[alternative HTML version deleted]]
2005 Jun 09
3
plot(corresp(data)...)
hi,
My code:
data<-matrix(data=c(0.425,0.5,0.75,0.125,0.25,0.475,0.375,0.25,0.625,0.5,0.1,0.125,0,0.25,0.25),nrow=3,ncol=5,byrow=TRUE, dimnames=list(c("Good","Medium","Bad"),c("Content","Logistic","Trainer","Supply","User contribution")))
plot(corresp(data,nf=2),xlim=c(-1,1),ylim=c(-1,1));
The plot is
2005 Jun 09
7
plot3d
hello,
to use the function plot3d, i should use the package R.basic!
plot3d {R.basic}
If people know exactly a site to load this package, please give me the URL!
Thanks
Sabine
---------------------------------
[[alternative HTML version deleted]]
2005 Jun 06
1
Similarity between variables
Hi,
I would like to know the similarity between variables, but I don't exactly how begin and as from what dataframe or matrix!
I have a matrix where in row I have 'Good', 'Medium','Bad' and in columns I have my Criterions !
What function and package should I use?
Thanks a lot
Sabine
---------------------------------
ils, photos et vidéos !
[[alternative
2005 Jun 06
2
Polar Graph
Hi,
I would like to do a polar graph (=star graph) ! is that graph existing on R?
Because more softwares can do that but I don't found it on R!
Thanks
Sabine
---------------------------------
ils, photos et vidéos !
[[alternative HTML version deleted]]
2005 Jun 08
2
matrix
hi,
is it possible to create a matrix with one row and according to add a row?
in fact, at present, I'm doing an algorithm which fill a matrix.
On the web site of CRAN, the package basic is impossible to be load!
can you tell me where i can found it!
Thanks
Sabine
---------------------------------
[[alternative HTML version deleted]]
2005 May 18
2
R -SQL
Hello,
I've got a problem in a sql query!
for(j in 1:length(criteria$Title))
{
graphe_par<-sqlQuery(channel,"select q.type,crit.Title, r.Value from criteria crit, reply r,question_reply qr, question q, question_criteria qc, form_question fq where qr.reply=r.ID and qr.question=q.ID and qc.question=q.ID and crit.ID=qc.criteria and fq.question=q.ID and fq.form=4 and
2005 Jun 07
1
htlm3D made4
Hi,
I would like to know if people have found the package made4 to load! I would like the .zip
If you have the @ on internet to load it please give me it!
Thanks a lot,
Sabine
---------------------------------
[[alternative HTML version deleted]]
2005 May 25
1
plot 3D
Is it possible to do a graphic in 3D?
This is my source: but this one is on 2D and at moment variables put on other variables, so it is difiicult to differentiate them visibly.
plot(corresp(data,nf=2),xlim=c(-1,1),ylim=c(-1,1));
Thanks
Sabine
---------------------------------
ils, photos et vidéos !
[[alternative HTML version deleted]]
2005 Jun 09
1
color on barplot
Hello,
On my barplot, I have on the axis y, the names of the rows of my matrix r_mat!
is it possible to change the color of these names on my barplot?
barplot2(t(r_mat),beside=TRUE,horiz=TRUE,plot.grid=TRUE,xlab="R",font.lab=4,las=2,xlim=c(0,1))
thanks,
Sabine
---------------------------------
[[alternative HTML version deleted]]
2005 Jul 04
1
compare two lists with differents levels
Hi,
I would like to compare 2 lists resulted from a sql query! bu there are different levels, so when I want to do:
release1<-sqlQuery(channel,paste("select distinct c.ID,c.Title TitleCrit from category cat, category_criteria cc, criteria c, question_criteria qc, question q, form_question fq, form f, release_form rf, release r, product_release pr, product p where cat.ID=cc.category and
2007 Dec 06
7
Fitting large titles in a plot
I want to fit a fairly long main title for a plot, supposedly by changing row
after a while. As for now it starts way outside the picture margin at the
left and continues way out right passed the right margins.
>plot(A,main="This is my really long title and it's so long that I can see
just about half of it.")
Any suggestions? Shouldn't be that hard.
--
View this message in
2013 Feb 18
3
Cortar una cadena por un caracter solo cuando no forma parte de una subcadena entrecomillada
Hola, ¿qué tal?
Tengo el siguiente problema. Me llegan (simplificando) cadenas del tipo
1,2,"algo"; 3,"cosa"; 4,2,3,7;
y tengo que partirlas por el caracter ";" para meterlas en una lista.
Lo hago con strsplit y no tengo problemas...
... hasta que recibo cadenas como
1,2,"algo;todo"; 3,"cosa"; 4,2,3,7;
en las que existen puntos y coma
2010 Dec 17
3
Comet EXtreme 6 and mge-utalk
Hi Sabine and Christoph,
I've just committed a few changes to mge-utalk (r2749).
can you please try a snapshot and report back the results:
http://new.networkupstools.org/download.html#Snapshots
cheers,
Arnaud
--
Linux / Unix Expert R&D - Eaton - http://powerquality.eaton.com
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer -
2013 Mar 13
1
EATON 5PX with nut 2.6 on ubuntu 12.04
Hello
I almost managed to make everything work
my server isn't in prodution because i had some problem on others system
but last week i come back and i run an update on ubuntu 12.04.1 to 12.04.2
I don't known if its' the reaseon or if someone has change something but
scripts no longer work
I have a message "returned 2"
Can you help me because I don't find how to solve
2015 Nov 24
2
transformar número en R
Buenas tardes,
Estoy extrayendo un dato de una web y el separador de miles es el ".",
que es el separador decimal en R. He intentado reemplazaro por el
caracter, para convertirlo en ´numérico de R, vacío pero no me deja.
Lo que he intentado es lo siguiente:
> a<-"17.691.700" # valor que obtengo de la web
> sub(".","",a)
[1] "7.691.700"
2005 May 26
1
samba-ldap and cyrillic
Hi all,
i installed a new linux with russian support. I now want to configure Samba
and OpenLDAP, but i have many problems for users and groups accounts.
Can i create a user account with cyrillic caracter (as i can on Windows) ?
It looks that i can't as memberUid attribute need to be in ASCII mode. So
how do russian people do ? I imagine that they use cyrillic caracter for
their login name,
2005 Jan 28
3
Roaming Profile problems
Hi,
we are using samba 3.0.10-17 with openlddap 2.2.6-37.22 as backend.
We use roaming profiles, but because of problems with different
operating systems and the profile size, we want to use locale profiles.
I tried to change logon path in smb.conf in an emty string, but no
changes, if I delete this entry in smb.conf, samba use a default value
and this is on the server.
So I tried to change
2010 Nov 29
3
nut 2.4 et MGE 2200
hello,
I installed with NUT UPS MGE Pulsar Evolution 2200
all orders of arrest, interrogation etc etc ... UPS
work well
However, I have a problem with the order in NOTIFYCMD upsmon.conf that
not run ...
I created a script that generates a simply log
I indicated in upsmon.conf NOTIFYCMD / home / nut / alert_ups.sh
below my upsmon.conf
RUN_AS_USER nut
MONITOR pulsar at localhost 1 admin1