search for: proportionately

Displaying 20 results from an estimated 32 matches for "proportionately".

2010 Jan 14
3
Barchart bar lengths not proportionate
When I use barchart (with default formatting options), I get bars whose lengths/heights are not proportional to their value. For example: http://drop.io/wbagm6s/asset/capture-png Many of the values in this chart are 1; however, because the blue bars extend to the left of the "0" tick mark, those bars appear to represent higher numeric values. Is there a way to make the length of the
2005 Dec 19
3
RMagick Resizing Issue
Hello ~ I have RMagick and file_column working in RoR. In my model I am setting up some standard sizes for the submitted photos. The photo files are created and named correctly, but the sizes are wrong. Only the second argument of my geometry call is used, with the width dimension being resized proportionately. file_column :image, :magick => { :versions => { "medium" => "180x240", "large" => "270x360" } } So all my images are 240 pixels high or 360 pixels high, but not the correct width. Is there a toggle for resizing proportionately, or is my call wr...
2005 Oct 10
2
R.app window size
...can resize the window by dragging the corner of the window, and fro the preferences panel. But is there a way to specify the window size from the console? I want to specify the size of the plot window from inside an R function. Also a related question: I notice that text does not resize proportionately - it stays the same size when you resize the window. Can this be controlled from the console as well? Is there a way to make text resize proportionately with window size? Thanks, - Jason Jason Horn Boston University Department of Biology 5 Cumington Street Boston, MA 02215 jhorn@bu.edu...
2007 May 06
3
Neural Nets (nnet) - evaluating success rate of predictions
Hello R-Users, I have been using (nnet) by Ripley to train a neural net on a test dataset, I have obtained predictions for a validtion dataset using: PP<-predict(nnetobject,validationdata) Using PP I can find the -2 log likelihood for the validation datset. However what I really want to know is how well my nueral net is doing at classifying my binary output variable. I am new to R and I
2017 Mar 07
2
[RFC][SVE] Extend vector types to support SVE registers.
...his we want to popularise the use of functions like EVT::getHalfSizedIntegerVT as well as replace some common code uses of getVectorNumElements with another function that passes #Elements and the "scalable" flag as opaque data, using operator overloading when extending/shrinking #Elements proportionately. At the worst case, any common code that can never work for scalable vectors would be guarded by the "scalable" flag.
2009 Feb 17
1
plot.lm: "Cook's distance" label can overplot point labels
...ing xy <- data.frame(x=c(3,1:5), y=c(-2, 1:5)) plot(lm(y ~ x, data=xy), which=5) The "Cook's distance" text overplots the label for the point with the smallest residual. This is an issue when the size of the plot is much less than the default, and the pointsize is not reduced proportionately. I suggest the following: xx <- hii xx[xx >= 1] <- NA ## Insert new code fracht <- (1.25*par()$cin[2])/par()$pin[2] ylim[1] <- ylim[1] - diff(ylim)*max(0, fracht-0.04) ## End insert new code plot(xx, rsp, xlim = c(0, max(xx, na.rm = TRUE)),...
2005 Apr 20
5
A question.
I have a Smoothwall like firewall and proxy, I would like to establish a bandwidth I inside specify for each IP my network. But that I have been able to do it is to install the QoS to him but it is not sufficient. Somebody can help me? My English is very bad, pardon if this badly written, I had to use a translator.
2012 Sep 25
1
Three Stage Sampling of categorical variable using 'survey' in R
For a sanitation project in Bangladesh I need to design a three stage sample survey to be representative of around 40 million people. I find myself suddenly with several challenges with which I struggle and would be gratefully for any help. As the questions are linked I kept them together rather than creating multiple posts 1) SURVEY DESIGN So far I designed mainly two stage cluster surveys but
2010 Mar 17
1
Cropped graph using lattice
...fitting data from a mixture experiment, and I'd like to present the results in a ternary graph with contours. I found this code by Walmes Zeviani http://n4.nabble.com/Triangular-filled-contour-plot-td1557386.html which is just what I want--except I would like the axis titles and labels to be proportionately larger than the ternary graph itself, for legibility in publication. When I increase the cex, the figure is cropped. I've spent a lot of time in the help files and Murrell's book, and searched archives trying to sort this out, with no success. I am running the code included below with...
2007 Mar 05
0
How would you burn up 20GB of fiber on a Xen farm?
...the goal is IAAS (Infrastructure as a service), so any suggestions are welcome. My hesitation is realizing 6 months from now that I''ve severely under-sold the fiber with no good way of correcting my mistakes. The idea is as cpu, ram and disk usage grows, bandwidth on both fiber links grow proportionately. Any thoughts are most welcome! Best, --Tim _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2003 Dec 09
1
Font
UseR's, I run R on Red Hat linux 8. I did some graphics using: ps.options(paper="a4",horizontal=T,family="Times"); postscript(file="boxplotdistancia.eps"); boxplot(distancia); dev.off() How I change the font size? Thanks for helping. Savano
2006 Nov 27
1
x axis on sciplot
Is it possible to format the x axis, so that days are spaced proportionately? i.e. a larger space between 50 & 100, than 0 and 5? Have not had any luck with axis.POSIXct(). Many thanks Murray try <- structure(list(visit = structure(as.integer(c(1, 2, 3, 4, 5, 1, 2, 3, 4, 5, 1, 2, 3, 4, 5, 1, 2, 3, 4, 5, 1, 2, 3, 4, 5, 1, 2, 3, 4, 5)), .Label = c("Screeni...
2011 Jun 22
0
distribute variance
...the table, let say, the total sales for Simon from 2009 to 2014 would like to be change to values as below, David 408.72 411.61 412.93 414.90 418.05 422.17 The total sales number should remain unchanged upon the changes made on David. The variance has to be absorbed proportionately by other sales person. Does anyone know a method to distribute the variance to others? Here was my first thought for the solution, For year 2009, the sales for David is changed to 408.72 from 340.60, so the difference is (408.72 -340.60) = 68.12. I'm thinking to divide the difference 68.12 b...
2012 Jan 02
0
Reading mcmc/coda into a big.matrix efficiently
I'm trying to read CODA/mcmc files (see the coda package), as generated by jags/WinBUGS/OpenBUGS, into a big.matrix. I can't load the whole mcmc object produced by read.coda() into memory since I'm using a laptop for this analysis (currently I'm unfunded). Right now I'm doing it by creating the filebacked.big.matrix, reading a chunk of data at a time from the chain
2009 Mar 01
0
Wishlist for plot.lm() (PR#13560)
...llowing xy <- data.frame(x=c(3,1:5), y=c(-2, 1:5)) plot(lm(y ~ x, data=xy), which=5) The "Cook's distance" text overplots the label for the point with the smallest residual. This is an issue when the size of the plot is much less than the default, and the pointsize is not reduced proportionately. I suggest the following: xx <- hii xx[xx >= 1] <- NA ## Insert new code fracht <- (1.25*par()$cin[2])/par()$pin[2] ylim[1] <- ylim[1] - diff(ylim)*max(0, fracht-0.04) ## End insert new code plot(xx, rsp, xlim = c(0, max(xx, na.rm = TRUE)), ylim =...
2010 Nov 23
1
RDA Triplot
Hi Im using the VEGAN package to do an RDA ordination. In my plot I get my environmental scores as arrows/vectors, but my species scores as points. I would like to get the species scores as arrows as well. I tried the envfit function, and this creates arrows, but the lenght is not proportionate to the strengh of the correlation and the point is still there (so I both have point and arrow). fit
2015 Apr 07
2
The future of centos
On Sat, Apr 4, 2015 at 12:46 PM, Andrew Holway <andrew.holway at gmail.com> wrote: > In the context of this discussion I would appreciate any feedback the list > might have on this article I wrote for my new company. > > http://otternetworks.de/tech/rhel-centos-brief/ Well put. For a non-technical person, your brief clues them in to the differences between RHEL and CentOS.
2003 Aug 15
0
The woods never end with HTB
Hi, After spectacularly failing to get HTB to proportionately distribute excess bandwidth into multiple classes based on the rate, I decided to hack my requirements. Now I''m creating multiple classes with the sum of the bandwidths of the classes being equal to (OK, slightly less than) the link bandwidth. Scenario: Linux Router +...
2006 Apr 15
6
Good image API for RoR?
Hi, I need a relatively simple image api for the app I''m writing. I need to copy photos, rename them, and re-size them to put them in a standard format. I tried using RMagick/Imagemagick, but the photos would be corrupted on re-size, so I''m looking for some suggestions. -- Posted via http://www.ruby-forum.com/.
2003 Aug 18
2
glmmPQL() and memory limitations
Hi, all, When running glmmPQL(), I keep getting errors like Error: cannot allocate vector of size 61965 Kb Execution halted This is R-1.7.1. The data set consists of about 11,000 binary responses from 16 subjects. The model is fixed = SonResp ~ (ordered (Stop) + ordered (Son)) * StopResp, random = ~ 1 + (ordered (Stop) + ordered (Son)) * StopResp | Subj family = binomial (link =