Displaying 20 results from an estimated 2000 matches similar to: "Reverse order of x-axis"
2012 Jul 29
4
Simple x,y Plot
Dear Community,
i have read in a table with two column from a *txt-File. What i get is a
data-frame wit two column.
After that i allocate this 2 column to x and y. Plotting this, i obtain a
picture that looks like a bar plot (something like a grid).
Is that because x and y is in factor-formatted? A conversion with
"asnumeric" doesnt work. I get a vector with "NA".
Here is my
2017 Aug 23
2
Turn off readdirp
Hi
How can I turn off readdirp?
I saw some solution but they don't work.
I tried server side
gluster volume vol performance.force-readdirp off
gluster volume vol dht.force-readdirp off
gluster volume vol perforamnce.read-ahead off
and in client side fuse mount
mount -t glusterfs server:/vol /mnt -o user.readdirp=no
but I can see just readdirp request in server.
What shold I do?
2012 Apr 30
1
Area between 2 curves
Hello,
i have a question calculating the shaped area between the two curves (see
image).
http://r.789695.n4.nabble.com/file/n4597813/test.png
I try to use a Simpson-Integral but it doesn't work. "R" doesn't know the
command!
It is possible, that i need a library?
Curve 1: y
Curve 2: z
q<-abs(y-z); est<-sintegral(x,z)
Greetings
--
View this message in context:
2007 May 10
4
apply( )
I have a question that must have a simple answer (but eludes me).
I need a row-by-row logical comparison across three numeric variables
in
a data frame: foo$x, foo$y, foo$z. The logic is
if( x < y || x > z ) 1 else 0
for a particular row.
It is simple and very inefficient to use for(i in 1:length(foo$x)){ }
loops. How can I accomplish this using sappy( ) / lapply( ) / apply( )
or
2015 Sep 05
2
TFTP-HPA beginner needs help
Still having trouble:
>> cd /tmp
>> ping -c 3 192.168.0.9 # check if TFTP server respons on ping
>> tftp 192.168.0.9 # connect to TFTP server, you should get a new prompt
OK to here using 192.168.1.9 for NIC eth(0) and tftpd server 192.168.1.9
New prompt is tftp>
>> get aa
This times out and returns to tftp> Unable to return to shell using
exit
2005 Sep 20
2
Error report upon using the help.search( ) command (PR#8144)
Full_Name: P?l Trosvik
Version: 2.0.1
OS: Windows XP
Submission from: (NULL) (129.240.91.220)
Hi
Upon entering the command: help.search("linear") .I get the following error
report:
Error in rbind(...) : number of columns of matrices must match (see arg 8)
I get the same error message whichever search term I enter between the quotation
marks. This function was working fine just a few
2003 Nov 13
3
DnD classes
I tried to add classes to DnD support, but I get compiling errors :(
There are about virtual functions are abstract.
I changed wxpp.rb to support size_t and other types needed, and modify
extconf.rb to automatically clean all .h files, which have a similar .t
file.
I have problem with wxDataObject::Direction, I don''t know how the parser
works, but
virtual void
2017 Aug 23
0
Turn off readdirp
On Wed, Aug 23, 2017 at 08:06:18PM +0430, Tahereh Fattahi wrote:
> Hi
> How can I turn off readdirp?
> I saw some solution but they don't work.
>
> I tried server side
> gluster volume vol performance.force-readdirp off
> gluster volume vol dht.force-readdirp off
> gluster volume vol perforamnce.read-ahead off
> and in client side fuse mount
> mount -t glusterfs
2003 Aug 14
1
Contouring irregular xyz data via TIN
Dear,
I have XYZ data available in a MySQL database. I get it out, can plot
the data with the plot() function, load it into a geoR datastructure.
But what I actually would like to do is a simple contouring of the data
based on a no Kriging interpolation such as TIN based.
I know the first thing I shold do is interpolate a full matrix for the
region I have my points for, then contour should
2004 Dec 06
1
Gam() function in R
Unfortunately that's not really an R question. I recommend that you read up
on the statistical methods underneath. One that I'd wholeheartedly
recommend is Prof. Harrell's `Regression Modeling Strategies'.
[BTW, there are now two implementations of gam() in R: one in `mgcv', which
is fairly different from that in `gam'. I'm guessing you're referring to
the one
2006 Jun 30
5
Reading the api docs help
Ok so I am at a point that I read my entire book front to back and
around and a around. And now digging through it again .. But I am now
missing a key piece to the clues is the api.
I found http://www.gotapi.com/index.html as a great search tool. But I
can''t make heads or tails of it besides a basic search for exactly what
I am looking for by word. But if I dont know the word I am
2012 Jul 21
1
top on host and guest
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have a 6.3 guest running on a 6.3 host and the output from top seems
strange to me. At least I did not expect this.
While in the guest on core is busy with i/o the host seems idle.
Does anyone know why it is this way?
See the output from top below, first the one from guest, then host.
top - 14:12:35 up 12 min, 1 user, load average: 2.76,
2015 Sep 02
1
TFTP-HPA beginner needs help
Thank you for the info Groeten.
I have the TFTPD-HPA server address set to 192.168.1.9:69
I am unable to ping this address and I wonder if the server address
should be the same as the network interface card (ethernet card) I am using.
The files I want to upload are in /srv/tftpboot, so I'm not sure why
the command cd /tmp was used.
John
At 03:21 PM 9/2/2015, Geert Stappers via Syslinux
2007 Nov 26
1
LDAP logonHours problem
Hi!
I have a problem according to the logonHours setting in my Samba Domain.
Users are in LDAP, and everyone has a logonHours attribute, which could be:
- login is possible at any time
- login is only possible between 7AM and 12PM(mindnight), 7h-24h in 24
hours format, I'm going to use 24h format here in this post.
Samba manual states than logonHours is a 168 bit mask, starting with
Sunday
2013 Jun 01
2
Performance checks
On 31.5.2013 13:04, Miroslav Lichvar wrote:
> On Wed, May 29, 2013 at 04:08:57PM +0200, Martijn van Beurden wrote:
>> I was surprised to see that the Windows compile on wine actually
>> outperformed the native Linux one. Probably GCC 4.6 optimized a little
>> better or something very weird is going on in wine, I don't know. The
>> assembly optimizations work very
2003 Nov 30
1
bad performance on 2.4.23
hi,
- big and ugly mail. If you don't like them, delete it now :-) -
I have collected and classified some information of:
http://home.earthlink.net/~rwhron/kernel/bigbox.html
And I observed that ext3 performance is worse than previous
kernels(2.4.19...). -ac and -aa are here only as reference.
Complete information is in the upper URL.
dbench: Performance is worse.
dbench (Numbers are in
2016 Jan 06
1
Samba 4.3.x high CPU load
Hi there,
I have a multi DC global setup. 9 x Ubuntu 14.04.3 DC's in multiple Sites.
This has been working nicely for some time however recently the FSMO holder
has been refusing LDAP requests on occasions and showing constant very high
CPU usage:
top - 08:59:12 up 8:51, 1 user, load average: 1.03, 1.00, 1.03
Tasks: 186 total, 4 running, 182 sleeping, 0 stopped, 0 zombie
%Cpu0 :
2008 Dec 08
1
Battlefeild 2- new issue?
ubuntu 8.1
Nvidia 9600GT.
Installed BF2 with no problems.
Go to run it- first screen comes up, screen blinks, reverts to desktop, changing resolution from 1440x900 to 800x600. so basically it wont even start
Ive already tried everything i found in previous forums and appdb (i think ive tried it all)
Ive changed the video.con file to read 1024x768 at 60 in the appropiate file. Ive tried
2015 Sep 02
3
TFTP-HPA beginner needs help
Hello,
I am trying to flash new firmware into a router using TFTP-HPA. I am
running Ubuntu 14.04 on a flash drive and still learning how to use
Linux. I have also installed XINETD.D
In one of the README files that comes with TFTP-HPA it said not to
call it using tptp.
Here are the instructions I'm trying to follow:
cd /tmp ; tftp -gl aa 192.168.0.9; sh aa
I do not know what
2014 Mar 06
2
ISO refuses to let vm starts (and is not mentioned in config)
Trying to start one of my vms, a centos one at that, but am
getting the following message:
[root@vmhost ~]# virsh start voip --paused
error: Failed to start domain voip
error: cannot open file
'/var/tmp/FreePBX-5.211.65-3-x86_64-Full-1388073872.iso': No such file
or directory
[root@vmhost ~]#
But, virsh dumpxml voip shows no info onto the .iso
<disk type='file'