Displaying 20 results from an estimated 80 matches similar to: "bar plot with non-zero starting level"
2013 Sep 30
1
[sm.density.compare] scale up y-axis and additional line type
Dear fellows,
The two questions are on sm.density.compare(). I compare kernel density
estimates of two arrays of data.
I'd like to scale up y-axis so that I can show better the differences in
y values. English is not my first language so I'll try to explain it. I
would like to stretch y-axis a bit longer but not to change the range of
y values. How can I do this?
Second, I'm
2010 May 09
3
Plotting log-axis with the exponential base to a plot with the default logarithm base 10
Hello!
I have a problem which I have tried to solve for several days now..
I have plottet a lineplot.CI in the library "sciplot", and I am trying to
plot it with a logaritmic y-axis (with exponential base).
The problem is that; when I type "log "y"", the axis transforms into the
logaritmic of base 10.
I wonder if someeone could tell me how to specify that I would
2012 Jan 05
1
Dell Latitude E5410 doesn't boot my USB thumbnail
Hi there,
I have a 512MB USB thumbnail which I used syslinux to create a bootable
USB disk. It works fine with my old laptop and a few other computers.
However, on my Dell Latitude E5410, it doesn't really work; when the
Dell laptop boots, I pressed F9 to see the boot devices list and the
thumbnail is not on the list.
Some hints please?
x
--
[?] Please notice that v9 at dr.com is no
2010 May 10
2
[Fwd: Re: Plotting log-axis with the exponential base to a plot with the default logarithm base 10]
Hello!
Thank you for answering!
What I am trying to do is to plot my raw values (biomass of different
species) on a logaritmic y-axis with the base of e. When I type "log="y"",
the axis transforms into a logaritmic axis with the base of 10.
Best regards,
Elisabeth
> Dear Elisabeth,
>
> I'm not sure if I have understood your question -- are you trying
> to
2013 Mar 22
4
ggplot2 will not draw a rectangle. Error: ggplot2 doesn't know how to deal with data of class XXX"
What am I missing? When I run the code below I get the error message
"Error: ggplot2 doesn't know how to deal with data of class function"
Googling suggests a message of "Error: ggplot2 doesn't know how to deal with data of class XXX" is not uncommon but I don't see why I am getting a "function" error unless I am using some reserved word?
2010 Apr 04
4
ggplot2 geom_rect(): What am I missing here
Hi R fans,
As a newbie following the five-hour rule (after hitting my head against
the wall for five hours, post to this list), I am appealing for some
help understanding geom_rect() in ggplot2.
What I want to do is very simple. I want to generate a plot of
rectangles. Each one represents a business cycle. The x-values will be
pairs representing the start and end of each cycle. The y-values
2010 May 11
0
[Fwd: Re: Plotting log-axis with the exponential base to a plot with the default logarithm base 10]
Is it the tick labels that you want to change?
-----Original Message-----
From: "Elisabeth Bjerke Rastad" <ebr024 at post.uit.no>
To: "r-help at r-project.org" <r-help at r-project.org>
Sent: 5/10/10 11:20 AM
Subject: [R] [Fwd: Re: Plotting log-axis with the exponential base to a plot with the default logarithm base 10]
Hello!
Thank you for answering!
What I am
2012 Sep 15
2
qplot: plotting precipitation data
Dear list,
I wish to plot chromatin precipitation data: I would like to have a
rectangles (x:end-start, y:peak) but I do not have an idea how to define x
(in terms of qplot syntax) and to choose the correct geom.
mydata is a subset of a larger file.
> mydata
chrom start end peak
1 chr11 5291000 5291926 8
2 chr11 10988025 10988526 7
3 chr11 11767950 11768676 8
4
2008 Nov 04
2
ggplot & annotating charts
Dear "R-listers"
I've been trying to figure out how to annotate charts in ggplot (ie add text
to line charts, highlighted boxes etc). By and large, I can get close to
what i want with base graphics, but would ideally like to use ggplot
whenever possible (additionally, i would like to add text labels
automatically to the chart). The code is below
I suspect I need to use geom_rect,
2010 Sep 03
6
how can I plot bar plots with all the bars (negative and positive) in the same direction????
Dear r-help mailing list,
this seems stupid, but I actually don't find the solution:
if I have a vector of numbers x of length n, ranging, say, from -3 to 4, if I do
barplot (x)
all the values below 0 go downwards, and all the positive values go upward. How can I make them all begin from the minimum pointing upwards?
Thanks!
Gabriele Zoppoli, MD
Ph.D. Fellow, Experimental and Clinical
2017 Oct 28
0
Job opportunity: postdoc or PhD at Norwegian Institute for Nature Research (NINA)
Dear all,
The Norwegian Institute for Nature Research (NINA) seeks a post doc or
Ph.D. candidate in mapping and valuation of ecosystem services from
green infrastructure in Oslo. The candidate has preferably skills in
Open Source GIS (OSGeo) and a M.Sc./Ph.D. in geomatics with an
interest in urban ecosystem services, or a M.Sc./Ph.D. in nature
management, landscape architecture, geography,
2013 May 14
1
Tamaño plots y calidad en grafico ggplot
Hola a tod en s,
bueno, un poco al hilo de un mensaje anterior, reformulo la pregunta y
pongo código completamente reproducible, a ver si hay más suerte.
Estoy con un informe y hay que hacer algunos gráficos con datos
diferentes con ggplot2, y hay que poner el mismo tamaño para todos
ellos.
El problema es que R cambia automáticamente el tamaño del área de
trazado y el margen en función de
2013 Oct 19
3
bold dot size and name in plot
Dear useRs,
I have the following data "z" of two variables "x"(z[,1]) and "y"(z[,2]).
> dput(z)
structure(c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66,
2010 Jun 30
2
ggplot qplot bar removing bars when truncating scale
I'm having problems with this example, it is posted with reproduceable code
below, both with the normal 0-6 scale and the desired 3-6 scale (with bars
removed). How can I get the graph to have the desired 3-6 scale without
removing the bars. Thanks!
#Data
2012 Apr 05
1
issue with base:::namespaceImportMethods
Hi,
I've noticed an issue with S4 methods and namespaces which only arises in
particular, difficult to reproduce configurations. One example is the ggbio
package in Bioconductor, which currently emits these warnings when its
namespace is loaded:
----------------------
library(ggbio)
Loading required package: ggplot2
Attaching package: ‘ggbio’
The following object(s) are masked from
2007 Nov 02
10
Server timeouts
Hi guys,
Does anyone know if mongrel has a built-in timeout for requests that
take too long? If so, how do you increase it?
I''ve found that some server requests are timing out. Complicated
requests are already being farmed out to asynchronous processes. But
some of the more basic requests are timing out when we have our peak
server load in the mornings (the bottleneck is the
2004 Apr 02
3
Single Factor Anova
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello all -
As I progress in R I am trying to automate functions I would have
normally farmed out to Excel, SPSS or Statistica. Single factor anova
is one of them. For example, a dataset from NIST StRD
(http://www.itl.nist.gov/div898/strd/anova/AtmWtAg.html) has two groups:
1 2
107.8681568 107.8681079
107.8681465 107.8681344
2012 May 25
3
Is it possible to set up multi-level puppet nodes?
Hi,
I am new in puppet, and I just wonder whether it is possible to create
multiple levels of puppet masters. Can puppet work this way?
First-level(master): root-master
Second-level(masters): master1, master2
Third-level nodes(as agents): agent1, agent2, agent3, agent4
All master nodes in the second-level are agents of root-master, and
each of third-level
2003 Aug 17
1
Java SIP Client
Does anyone know of a Java based SIP client and if so have has anyone
used it.
I found JAIN at https://sip-communicator.dev.java.net/ but have not
tried it yet.
Rgds,
Stuart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030818/ea1e2717/attachment.htm
2007 May 11
1
Fwd: SER as a Session Border Controller
I am curious if it is advisable to use implement Asterisk as a Session
Border Controller for a VoIP reseller environment. Users will terminate
calls SIP to my server, which will authenticate them via RADIUS, perform a
LCR lookup, select an appropriate trunk (based on LCR), and terminate the
call (update RADIUS accounting at end of call). All while acting as a B2BUA
to prevent the users from seeing