Displaying 10 results from an estimated 10 matches similar to: "nice log-log plots"
2007 Apr 27
2
proportional sampling
Dear All,
I wonder if you could help me.
I have a table with a series of sites that I would like to sample from.
The table has 5 columns:
ID
X Coordinate
Y Coordinate
Value
Factor
The conditions are that each site can be selected more than once and the
probability of it being selected (or sampled) is proportional to a factor
located in column 'Factor'
I am novice in terms of R, and
2009 Jun 20
1
error ellipse
Dear All,
I have a data set with the following structure:
[A], [a], [B], [b]
where [A] and [B] are measurements and [a] and [b] are the associated
uncertainties. I produce [B]/[A] vs. [A] plots in R and would like to
show uncertainties as error ellipses (rather than error bars). Would
this be relatively easy to do in R?
I would appreciate any help on this
Thanks a lot
Tibi
2011 Apr 23
3
Problem having tick marks aligned when plotting three graphs on top of one another.
R 2.10
Windows 7
I am trying to plot three graphs on top of each other. I need to have the axises perfectly aligned. For some reason the ticks on the y axes are slightly off so they do not perfectly align. Can someone tell me how I can get the to overlay each other perfectly? I thought the yaxp parameter would solve my problem, but it does not. My data and code follows:
>
2010 Aug 04
2
ticks label of plot
Hello,
I had a question about how to label a axis of a plot.
for example, my plot is
>plot(1:100, axes=F)
>box()
>axis(1)
then, I want my y-axis has six ticks ( at=seq(0,100,10)) , but I don't want
to label all the 11 ticks, I only want to label the 1st, 3rd, 5th, 7th and
11th ticks. But the code axis(), always need the length of the "labels" and
"at" be equal,
2005 Jan 24
1
R 'postscript' plot - not a valid postscript (PR#7559)
Full_Name: Mr. Daniel Murray Bolser
Version: R 2.0.0 (2004-10-04)
OS: Linux beagle 2.4.20-31.9 #1 Tue Apr 13 17:38:16 EDT 2004 i686 athlon i386 GNU/Linux
Submission from: (NULL) (193.60.81.207)
Trying to execute the following code produces a 'not a valid postscript' error
from various postscript readers (gv, ggv, ghostscript). A very similar code
works fine.
<CODE>
postscript()
2005 Dec 26
5
show render time on pages
hello all!
is it possible to access the render time variables in the view? i would
like to show
Completed in 0.09574 (10 reqs/sec) | DB: 0.08729 (91%) | 200 OK
[http://localhost/person]
on each page like in the logs.
how can i do this?
2010 Feb 02
2
Plot - specification for grid of x axis
Dear all,
I have a simple question for which I cannot find the answer.
I need to make an easy plot, but for the x axis I need to be able to specify
by myself the division of x axis from x[,1] either every single observation,
or every 5th, or 10th or 20th
x <- matrix(data=NA, nrow=100, ncol=2)
x[,1]<-seq(1,100,1)
x[,2]<-rnorm(100)
Thanks a lot for your help!!!
[[alternative HTML
2001 Nov 30
2
x-axis in plots and interaction.plots
Hi,
Here goes two plot questions I could not solve by myself:
1) I have a data frame with X (factors) and Y data, ordered by Y values.
When I make plot(X,Y) x-axis is rearranged. How to keep the original order?
To keep the original order (and to have points plotted, instead of horizontal
lines) I tried, for X= names of 8 species and Y= median length:
> par(lab = c(8, 5, 7))
>
2005 Nov 30
1
[lighttpd] proxy.server and url.rewrite-once
i have a very simple lighttpd config that just forwards with mod_proxy
some requests to different hosts lixe this:
server.modules = ( "mod_proxy", "mod_rewrite" )
server.port = 80
server.pid-file = "/var/run/lighttpd.pid"
server.errorlog = "/var/log/lighttpd-err.log"
server.document-root = "/var/www/htdocs/"
2005 Nov 29
2
one rails application, many schemas
hello all!
i am about to deploy an app that needs to connect to different
schemas... uhm. let me explain.
the app is located on a server (of course), and on the same server is a
database with many schemas called new_york, cicago, barcelona, hongkong,
singapore and so on. people from this citys need to use the app, and the
app should connect to the correct schema depending from where they