Displaying 20 results from an estimated 2000 matches similar to: "I can't with expression"
2007 Jun 04
2
inverse cumulative distribution
hi all:
ecdf() is the empirical cumulative distribution function, but I need the
INVERSE cumulative distribution.
how can I calculate it?
thank you in advance
/salva
2007 Mar 16
2
Can I scale the labels in a 'persp' graph?
Hi all:
I'm using 'persp' for 3D graphics.
I need the axis's labels smaller than by defect.
I see in 'help()', the information about 'par()'.
I have wrote:
>par(.....,cex.axis=0.5,cex.lab=0.5)
perspc(.................)
and the result don't change.
The question is: Can I change the size of labels in the perps graph??
Thank you in advance:
/salva
2007 Mar 16
2
Can I scale the labels in a 'persp' graph?
Hi all:
I'm using 'persp' for 3D graphics.
I need the axis's labels smaller than by defect.
I see in 'help()', the information about 'par()'.
I have wrote:
>par(.....,cex.axis=0.5,cex.lab=0.5)
perspc(.................)
and the result don't change.
The question is: Can I change the size of labels in the perps graph??
Thank you in advance:
/salva
2007 Mar 07
1
'persp' but only axes
Hi all:
I need to 3D graph using 'persp', but I need only to draw the axes of the
graph, not data.
Can anybody help me?
Thank you in advance.
/salva
1998 May 10
1
Pinging a netbios name
Does know anybody a small, little, beatiful (and cheap) software
replacement of PING utility for pingins machines with netbios name and with
ip number and without DNS entry?
Smbclient and nmblookup work fine, but I thinking in a utilitity like PING
of windows95. This ping is capable to work in WINS (NETBIOS) and ip and
name translation.
The ping of linux dont work in this way. Samba work fine.
2008 Dec 06
4
Autospec does not work w/ cucumber features?
Hi!
And now for the second part of the subject of my previous mails :)
$ cat cucumber.yml
default: .
autotest: -v .
autotest-all: -v -f progress .
$ cucumber -i . -f progress
PP
Pending Scenarios:
1) enlightenment (meditation)
$ AUTOFEATURE=true autospec # bug! prompt returns immediately, ZenTest gem not a dependency? a warning that autotest was not found would be nice.
$ sudo gem
2006 Jul 25
1
LVM use for Xen
Hi.
I''m going to install a testing machine with Xen on Debian Sarge.
I wish to use LVM to partition the hard disk to be able to resize LVM partitions to create new partitions for new domU when I will create new ones.
How I can configure LVM at Debian installation to obtain this?
Could you advise me a partitioning scheme, please?
Thank you very much and goodbye!
Luca.
2011 Sep 21
3
[PATCH] Btrfs: fix orphan cleanup regression
In fixing how we deal with bad inodes, we had a regression in the orphan cleanup
code, since it expects to get a bad inode back. So fix it to deal with getting
-ESTALE back by deleting the orphan item manually and moving on. Thanks,
Reported-by: Simon Kirby <sim@hostway.ca>
Signed-off-by: Josef Bacik <josef@redhat.com>
---
fs/btrfs/inode.c | 36
2015 Oct 15
2
potencia fracional de un número negativo
No sé si he entendido bien la pregunta, pero creo que lo que quieres obtener es esto:
(as.complex(-0.5)^(1/5))
Saludos,Salva
> To: r-help-es en r-project.org
> From: canadasreche en gmail.com
> Date: Thu, 15 Oct 2015 10:45:10 +0200
> Subject: Re: [R-es] potencia fracional de un número negativo
>
> Hola.
> No sé si va por aquí, pero prueba a quitar el paréntesis a (-0.5)
>
2004 Nov 23
1
File Creation Error on an SMB Volume
> Hi folks,
> My SMB server is a Helios Ethershare 3.1 on a Tru64 Alpha machine.
> We are now integrating more and more gentoo-Linux Servers. These are the
> SMB Clients.
>
> On Obelix (one of our gentoo-Servers) I can mount the SMB Volume from the
> Ethershare Server.
> obelix nc4smb # whoami
> root
> obelix # mount -t smbfs -o username=m.heckmann
2015 Apr 07
2
Informes periódicos con R
Hola, Jorge
Lo he mirado y parece que es una opción bastante buena, pero no logro saber
cómo se salva en Word, solo lo logro en html
Muchas gracias
Jesús
De: Jorge I Velez [mailto:jorgeivanvelez en gmail.com]
Enviado el: martes, 07 de abril de 2015 11:40
Para: Jesus Herranz
CC: R-help-es
Asunto: Re: [R-es] Informes periódicos con R
Hola Jesus,
Una forma es RStudio + Markdown.
2009 Mar 04
2
[PATCH] accept SOCKS request over the mux socket
Hi,
The attached patch extends the mux listener to accept SOCKS requests in
addition to the native mux commands.
The rationale behind is that creating tunnels attached to TCP ports is a
security hazard in multi-user machines where there is no way to control
who connects through the tunnels. On the other hand, The mux UNIX domain
socket binds to the file system and regular permissions can be
2004 May 21
4
Some problems with download Asterisk-addons
Hi!
I have some problems with the download of Asterisk-addons.
I try to follow instructions that I found in
http://www.voip-info.org/tiki-index.php?page=Asterisk%20cdr%20mysql , but
nothing to do.
This is my shell:
[root@obelix root]# cd /usr/src
[root@obelix src]# export
CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot
[root@obelix src]# cvs login
Logging in to
2015 Sep 15
4
Fwd: problema en while y en extraer valores de un vector
Hola chicos,
muchas gracias, funcionan vuestros códigos, pero no entiendo porqué el mío
no funciona, y me gustaría aprender R bien.
Quiero sacar números de 5 en 5, desplazándome una posición cada vez para la
derecha:
a <- c(8,10,4,1,7,2,4,6,3,8)
b <- rep(0,5)
i=1
while (i<=6) {
b <- a[i:i+4]
print(b)
i=i+1
}
quiero que en la primera iteración me saque en
2006 Mar 11
1
how to connect 3 or more servers via IAX ?
Hi,
I successfully connected 2 servers via IAX but I'm pulling my hair to
connect 2 extra servers , Anyone connected 3 or 4 servers together ? is it
possible ?
I d like to share the dialplan so _2XXXX goes to server A _3xxxx goes to
serverB _4xxxxx goes to server C etc from the 4 servers
any example of which one is peer, which one is user or friend would help me
:-)
thanks
jl
2006 Apr 12
2
How to terminate ringing call before it is answered
Is there a way to terminate a ringing call before it is answered?
I am speaking of prepaid card application in which you want to make another
call, because you current number it is not being answered, and you don't want
to hangup before dialling again.
/Obelix
2015 Apr 07
2
Informes periódicos con R
Hola Jorge
Perdona que sea tan pesado, pero no encuentro el fichero docx. Tampoco me
manejo muy bien con RStudio.
He insertado lo que me has dicho; pero solo tengo en la pantalla la opción
“Knit HTML” y siempre me genera un HTML.
He instalado “pander” pero no obtengo el docx
Gracias
Jesús
De: Jorge I Velez [mailto:jorgeivanvelez en gmail.com]
Enviado el: martes, 07 de abril de 2015
2006 Aug 02
2
Samba 3.0.14 and w2k3 terminal server / strange logon problem / is this in general possible
Hi.
My Situation:
- One Machine with samba 3.0.14 acting as DC, DHCP3SERVER, BIND9 and
dynamic DNS
- One Machine with w2k3 server standard edition acting as DOMAIN MEMBER,
TS and Citrix Access Essentials.
- Domain Logons are working perfect.
- Name resolving works fine. Reverse, Forward, NB, FQDN, IP ...
- RDP Connection to the TS with local useraccount on the TS works fine
- ICA Connection to
2006 Apr 13
2
How to terminate ringing call before it is answered?
Is there a way to terminate a ringing call before it is answered?
I am speaking of prepaid card application in which you want to make another
call, because the current number it is not being answered, and you don't want
to hangup before dialling another number.
/Obelix
2004 Mar 01
10
WinXP PDC logon problem...
Hi all,
I've seen this raised as an issue on other mailing
lists, but I've not seen a solution, and I've seen a
number of notes to post to this alias instead, so
here I am.
I've setup Samba as a PDC running on Solaris. I have
a WinXP (latest patch levels) PC which I want to
join to the domain. I can successfully join the
domain using root authentication, but I am unable to
logon