search for: lizard

Displaying 20 results from an estimated 51 matches for "lizard".

Did you mean: wizard
2017 Sep 24
3
Shift the normal curve to the top or near to the top of the histogram
Dear All: One more thing. I want to add the normal curve to the histogram. Is there away to stretch the peak of the curve to the top of the histogram or at least near to the top of the histogram. Please see the code below. Lizard.tail.lengths <- c(6.2, 6.6, 7.1, 7.4, 7.6, 7.9, 8, 8.3, 8.4, 8.5, 8.6,8.8, 8.8, 9.1, 9.2, 9.4, 9.4, 9.7, 9.9, 10.2, 10.4, 10.8,11.3, 11.9) x<-seq(5,12, 0.001) hist(Lizard.tail.lengths, main = "Normal Probability Plot of Lizard Tail Lengths") curve(dnorm(x ,mean=mean(Lizard.tail.l...
2017 Sep 25
0
Shift the normal curve to the top or near to the top of the histogram
Hi Abou, Try this: library(plotrix) curve(rescale(dnorm(x ,mean=mean(Lizard.tail.lengths),sd=sd(Lizard.tail.lengths)), c(0,6)),add=TRUE, col=2, lwd = 2) Jim On Mon, Sep 25, 2017 at 9:35 AM, AbouEl-Makarim Aboueissa <abouelmakarim1962 at gmail.com> wrote: > Dear All: > > One more thing. > > I want to add the normal curve to the histogram. Is there aw...
2009 Jan 15
3
Bar Plot ggplot2 Filling bars with cross hatching
#I am putting a test together for an introductory biology class and I would like to put different cross hatching inside of each bar for the bar plot below color <- c("Brightly Colored", "Dull", "Neither") lizards <- c(277, 70, 3) liz.col <- data.frame(color, lizards) qplot(color, lizards, data=liz.col, geom="bar", ylab="Observed Matings", main="Counts Out of 350 Aquariums", ylim=c(0,400), fill=color)+scale_y_continuous(breaks=c(0, 70, 277, 350)) Thanks -- Stephen Sefi...
2017 Sep 24
2
Remove spacing at the top and bottom of a plot
Dear All: Is there is away to remove spacing at the top and the bottom of a plot? If so, any help will be appreciated. Please use this code as an example: par(mfrow=c(1,2)) lizard <- c(6.2, 6.6, 7.1, 7.4, 7.6, 7.9, 8, 8.3, 8.4, 8.5, 8.6,8.8, 8.8, 9.1, 9.2, 9.4, 9.4, 9.7, 9.9, 10.2, 10.4, 10.8,11.3, 11.9) n.draw <- 100 mu <- 9 n <- 24 SD <- sd(lizard) draws <- matrix(rnorm(n.draw * n, mu, SD), n) get.conf.int <- function(x) { t.test(x)$conf.int } con...
2007 Feb 21
5
nut suddenly stopped working...
...in use for a couple of months, so I doubt it's a hardware problem. And in general, the USB setup works, my printer runs just fine. also installed - nut-usb nut-dev (2.0.5-3) Computer hardware: Biostar Geforce 6100 AM2 (integrated motherboard nvidia chipsets) OS: Debian Etch terrarium:/home/alizard/install# uname -a Linux terrarium 2.6.18-3-486 #1 Mon Dec 4 15:59:52 UTC 2006 i686 GNU/Linux thanks A.Lizard terrarium:/etc/default# /lib/nut/newhidups -DD port=auto Network UPS Tools: 0.28 USB communication driver 0.28 - core 0.30 (2.0.5) Checking device (050D/0551) (001/008) - VendorID: 050d...
2017 Sep 24
0
Remove spacing at the top and bottom of a plot
...3:59 PM To: R mailing list <r-help at r-project.org> Subject: [R] Remove spacing at the top and bottom of a plot Dear All: Is there is away to remove spacing at the top and the bottom of a plot? If so, any help will be appreciated. Please use this code as an example: par(mfrow=c(1,2)) lizard <- c(6.2, 6.6, 7.1, 7.4, 7.6, 7.9, 8, 8.3, 8.4, 8.5, 8.6,8.8, 8.8, 9.1, 9.2, 9.4, 9.4, 9.7, 9.9, 10.2, 10.4, 10.8,11.3, 11.9) n.draw <- 100 mu <- 9 n <- 24 SD <- sd(lizard) draws <- matrix(rnorm(n.draw * n, mu, SD), n) get.conf.int <- function(x) { t.test(x)$conf.int } con...
2017 Aug 25
4
GlusterFS as virtual machine storage
> This is true even if I manage locking at application level (via virlock > or sanlock)? Yes. Gluster has it's own quorum, you can disable it but that's just a recipe for a disaster. > Also, on a two-node setup it is *guaranteed* for updates to one node to > put offline the whole volume? I think so, but I never took the chance so who knows. > On the other hand, a 3-way
1999 May 08
1
OpenLinux 2.2: LISA install leaves root access without password
...137 dated 26Mar99 (displayed on the boot message). I wrote Caldera a message late in the day Friday regarding this bug but haven''t heard back from anyone. I''ve tried to resist posting this until I hear back but I really feel people should know now!! PS: I''m not sure if Lizard, the graphical installation method, has this problem. It crashes before it does much here.... that''s why I tried LISA. Thanks, Andrew McRory - amacc@linuxsys.com *********************************** Linux Systems Engineers / The PC Doctors * 3009-C West Tharp...
2008 Sep 06
2
Hopefully an easy error bar question
...is different but on all the X variable is Age (Adult and Juvenile) however this is split into two levels so i have males and females, so my graph basically has four bars on it. I know how to add eror bars for instance when there is only one level eg lookng at the diffrence between male and female lizards and tree height and have used the code: error.bars<-function(yv,z,nn) { xv<- barplot(yv,ylim=c(0,(max(yv)+max(z))),names=nn,ylab=deparse(substitute(yv) )) g=(max(xv)-min(xv))/50 for (i in 1:length(xv)) { lines(c(xv[i],xv[i]),c(yv[i]+z[i],yv[i]-z[i])) lines(c(xv[i]-g,xv[i]+g),c(yv[i]+z[i],...
2019 Jan 25
0
[klibc:update-dash] [JOBS] Fix off-by-one error for multiple of four job numbers
...) and wih dash compiled from source (0.5.7) > the following script reports error: > > #!/bin/dash > > sleep 3 & > sleep 3 & > sleep 3 & > sleep 3 & > > #/bin/true > jobs -l > > wait %1 > wait %2 > wait %3 > wait %4 > > [vortex at lizard ~]$ ./dash-0.5.7/src/dash test.sh > [4] + 4569 Running > [3] - 4568 Running > [2] 4567 Running > [1] 4566 Running > prova: 14: wait: No such job: %4 > [vortex at lizard ~]$ echo $? > 2 Yes, this looks like a bug to me. The number of allocated jobs is always kept as a multi...
2008 May 19
1
three-dimensional (volumetric) estimation from x,y,z points
Dear all, I have a set of x,y,z points obtained from a lizard species and now I would like to estimate the three-dimensional use of space for this species. I know that 2D area I can estimate using adehabitat packages, but I donĀ“t know how to estimate the volumetric space. Any help are welcome. Miltinho Brazil [[alternative HTML version deleted]]
2007 Jun 13
2
winbind idmap customization
I would like to have winbind map all of my AD users to their full user@REALM form on the Linux domain members. I'd like lookups to be properly canonical. Is this possible? 'getent passwd user' should return: user@REALM.NET:*:1786588783:1786588745:Mr Man:/home/whatever:/bin/bash I'm finding my options are to either have the local names be plain, unprefixed, or prefixed, but
2007 Jun 22
1
windows to unix user name mappings
I'd like my canonical Unix names to be of the form user@KERBEROS-REALM. Is there anyway to accomplish this? I'd also like NSS to lookup all the various variations and return that canonical representation. This seems to me to be the most appropriate way to map them. Is there a way to configure this? If not, is there anyway to return DOMAIN\user when lookups for 'user' happen?
2002 Feb 05
1
German Translation
Hi, I'm currently working at a German translation for the vorbis-tools. Just for the case someone has already started it. cu, Tom -- I am the Lizard King, I can do anything - James Douglas Morrison http://www.TomK32.de - just a geek trying to change the world http://www.sf.net/projects/mysecretdiary/ -- wanna code PHP ? --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe f...
2011 Aug 05
1
shorewall will be in the next openSUSE release
Hi, Just to pass the news [1],shorewall firewall package will be part of the next openSUSE release, meaning users would not need to set up an extra repository (of course they can always choose to follow the development repo). Thanks to all answering my questions Togan [1]<http://lizards.opensuse.org/2011/08/05/factory-progress-2011-08-05/> ------------------------------------------------------------------------------ BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Sup...
2011 Aug 05
1
shorewall will be in the next openSUSE release
Hi, Just to pass the news [1],shorewall firewall package will be part of the next openSUSE release, meaning users would not need to set up an extra repository (of course they can always choose to follow the development repo). Thanks to all answering my questions Togan [1]<http://lizards.opensuse.org/2011/08/05/factory-progress-2011-08-05/> ------------------------------------------------------------------------------ BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Sup...
2017 Aug 25
0
GlusterFS as virtual machine storage
...tell you that my colleagues setting up 2 nodes clusters have_a lot_ > of problems. I run Replica 3 VM hosting (gfapi) via a 3 node proxmox cluster. Have done a lot of rolling node updates, power failures etc, never had a problem. Performance is better than any other DFS I've tried (Ceph, lizard/moose). Never did get DRDB working. nb: ZFS Bricks, with each brick RAID10 - so a little paranoid on the redundancy :) For me, glusters biggest problem is its lack of flexibility in adding bricks and nodes.And replacing them is an exercise in nail biting.? Hoping V4 improves on this though m...
2017 Oct 02
0
bonding mode
I'm testing GlusterFS and Lizard. I've set both SDS in replica 3. All servers are configured with bonding mode "balance-rr" with 2x1Gbps nic With iperf i'm able to saturate both link with a single connection. With Lizard i'm able to saturate both link with a single "dd" write With gluster i'm...
2020 Mar 28
0
[klibc:update-dash] dash: [JOBS] Fix off-by-one error for multiple of four job numbers
...) and wih dash compiled from source (0.5.7) > the following script reports error: > > #!/bin/dash > > sleep 3 & > sleep 3 & > sleep 3 & > sleep 3 & > > #/bin/true > jobs -l > > wait %1 > wait %2 > wait %3 > wait %4 > > [vortex at lizard ~]$ ./dash-0.5.7/src/dash test.sh > [4] + 4569 Running > [3] - 4568 Running > [2] 4567 Running > [1] 4566 Running > prova: 14: wait: No such job: %4 > [vortex at lizard ~]$ echo $? > 2 Yes, this looks like a bug to me. The number of allocated jobs is always kept as a multi...
2018 May 09
2
Some more questions
Ok, some more question as I'm still planning our SDS (but I'm prone to use LizardFS, gluster is too inflexible) Let's assume a replica 3: 1) currently, is not possbile to add a single server and rebalance like any order SDS (Ceph, Lizard, Moose, DRBD, ....), right ? In replica 3, I have to add 3 new servers 2) The same should be by add disks on spare slots on existing ser...