Displaying 20 results from an estimated 2000 matches similar to: "monthly boxplot"
2011 Oct 28
1
Polynomial regression line
The cubic regression of my model is significant and I want to plot a line
that best fits. It's not abline() function, because it has a curve. Please,
how can I plot it?
---
Fernando Andreacci
BiĆ³logo
Fone +55 47 9921 4015
fandreacci@gmail.com
[[alternative HTML version deleted]]
2011 Jul 28
2
Ploting gradient
I have a simple bar chart with annual precipitation (jan to dez).
I want to plot, above each bar (on a line), a square wich is color based on
a scale (0-100%). With 0 being white and 100 black, like a gradient. Is it
possible? How to?
Thanks
--
Fernando Andreacci
[[alternative HTML version deleted]]
2008 Sep 12
1
how to plot monthly mean data showing missing months
Dear R users,
As per my attached script I am ploting monthly mean data which has missing
months.
But in the plot missing months are not shown (plot attached).
Kindly help how to show complete plot (Jan-Dec) with missing months.
Regards,
Yogesh
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: script.txt
URL:
2011 Jun 24
4
ggplot2 month and year boxplot x axis order problem
Hi
I am very new to R, I am attempting to produce a monthly boxplot with the
following fish thermal telemetry data:
ID Temp Date.Time Month.Year Month Week Shortdate
1 1734 4.4140 04/05/2010 11:56 05,2010 May 19 04/05/2010
2 1734 4.1002 04/05/2010 12:06 05,2010 May 19 04/05/2010
3 1734 3.9433 04/05/2010 12:09 05,2010 May 19 04/05/2010
4 1734 3.6295
2010 Oct 09
1
Plot time range with rect or boxplot
Hi,
I am trying to use rect (R2.11) to plot a set of data as following
> data
Company Pt Pri Pub
1 A WO520 8/5/09 2/11/10
2 B WO893 7/30/03 2/24/05
3 A WO258 12/8/08 6/17/10
4 C WO248 1/13/09 9/2/10
pri<-
2011 Jan 28
4
Months in alphabetical order rather than chronological order in graph
Greetings
Though I have months in chronological order in my data table, the data
were sampled every other month (i.e., February, April, June, August,
October, December), every time I try to plot them (on the x-axis) they are
plotted in alphabetical order. What am I missing?
Cheers
Kurt
***************************************************************
Kurt Lewis Helf, Ph.D.
Ecologist
EEO
2013 Jan 15
2
Month name in English, not R running language
When ploting a timeseries, the months are shown with abbreviation in the
current language of the system.
For example,
x <- seq(from=as.Date("2000-04-01"), length.out=100, by=1)
y <- rnorm(length(x), 5,2)
plot(x, y)
Show for me "avi mai jui jul" as I use R with French language localization.
I see in the Windows FAQ how to completely change the language of R, but
I
2013 Apr 06
2
How to plot several years data with date information by months?
Hi, all
I have a medium sized data, 6 years. Each observation is a case with a date variable, such as '2004-08-02'.
Some of the months didn't occur a case.
I want to plot the 6 years data by month, and the Y_axis is the freqency of cases for each month, meaning 12*6=72 bars or points in the figure.
I though of a method, 1st, using the months function, then ploting. But I need to
2007 Sep 27
2
plot or boxplot!
Hello,
if we suppose that
times <- c("2006-05-14", "2006-06-12", "2006-06-12", "2006-05-14", "2006-05-14", "2006-06-12")
value <- c(2,3,1,4,3,1)
then with
plot(times, value)
we have two boxplots in one graph for 2006-05-14 and 2006-06-12 respectively! Is it possible to have them in a scatterplot? and
2004 Jun 23
0
chronological clustering
Does anybody know of any R functions to perform chronological clustering
as explained in:
Legendre, P., S. Dallot & L. Legendre. 1985. Succession of species
within a community: chronological clustering, with applications to
marine and freshwater zooplankton. American Naturalist 125: 257-288.
http://www.fas.umontreal.ca/BIOL/legendre/reprints/succession_of_species.pdf
Thanks,
Angel
2015 Jul 23
2
rsyslog.conf
On Thu, July 23, 2015 10:45 am, Johnny Hughes wrote:
> On 07/23/2015 09:34 AM, Valeri Galtsev wrote:
>>
>> On Thu, July 23, 2015 8:43 am, Windsor Dave (AdP/TEF7) wrote:
>>>> -----Original Message-----
> <snip>
>>>>> Sorry for the top post, Outlook defaults strike again.....
>>>>
>>>> Outlook forces you to write above ? :-)
2010 Jun 18
3
ploting dots with quentiles
http://r.789695.n4.nabble.com/file/n2260087/%E6%8D%95%E8%8E%B7.png
I am going to plot my data set like this, with means and 25% & 75%
quentiles.
I've tried "boxplot", but the output is not what I want. Should I use other
functions? Thanks
--
View this message in context: http://r.789695.n4.nabble.com/ploting-dots-with-quentiles-tp2260087p2260087.html
Sent from the R help
2006 Jun 02
1
Sorting records from acts_as_taggable plugin
I am using the acts_as_taggable plugin, which works rather nicely by the
way. My question is this: When using find_tagged_with, how do I sort the
resultant data? It is currently sorting based on the "id" of the record.
For instance, I have posts, with tags. If I want to find all posts
tagged with "RubyOnRails" it displays them, but not in chronological
order, they are
2004 Apr 21
1
(no subject)
Dear R-Help
Does "The R Package for Multivariate and Spatial Analysis Version 4.0
(Casgrain
and Legendre, 2001)" exist on CRAN and under what name? It supposedly has a
chronological clustering program ,CHRONO, that I would like to use.
Alternatively, I would ask if there is a R based program that performs
chronological clustering?
Thanks
Alex
Alex Hanke
Department of Fisheries and
2015 Jul 23
0
rsyslog.conf
On 07/23/2015 09:34 AM, Valeri Galtsev wrote:
>
> On Thu, July 23, 2015 8:43 am, Windsor Dave (AdP/TEF7) wrote:
>>> -----Original Message-----
<snip>
>>>> Sorry for the top post, Outlook defaults strike again.....
>>>
>>> Outlook forces you to write above ? :-)
<snip>
>>
>> Perhaps I should say instead that it "strongly
2004 May 12
1
convert.times in chron, error when 59 < seconds < 60 (PR#6878)
Full_Name: Dennis Wolf
Version: 1.9.0
OS: Mac OS 10.3.3
Submission from: (NULL) (160.91.76.23)
platform powerpc-apple-darwin6.8
arch powerpc
os darwin6.8
system powerpc, darwin6.8
status
major 1
minor 9.0
year 2004
month 04
day
2011 Mar 03
1
Ploting Histogram with Y axis is percentage of sample for each bin
I'm trying to do something very simple...
I wan to plot a histogram where the y axis represent the percentage of the
total sample that each bin represents.
I know how to plot a histogram with the counts and density... but can't find
anything that gives me perenct of sample on the y axis.
Any help is appriciated
Below is the script I'm working with
par(mfrow=c(1,2))
2007 Oct 15
1
Need help ploting time series(2)
hi:
Yesterday I post a message about hoy to plot a time series, but someone told
me to post more information about the file so here it is:
the file was read using read.table and the name is list. When I use
str(list) it tells the following variables:
YEAR int: 2003,2003,2003....2004
MONTH int:1,1,1,1,....
DAY:int 1,1,1,...
STATE: factor with 51 levels.
SALES: int (sales per day)
The reason why
2008 Dec 18
1
Ploting 3D cylinder in RGL
Dear all,
I would like to draw a 3-D horizontal cylinder preferably in RGL device
(because this gives the look from different angles). Basic idea is from
http://www.tau.ac.il/cc/pages/docs/sas8/insight/chap18/sect3.htm.
Below is the description exactly what I want to do.
Please see at figure 18.6, 1st plot. Here it is an confidence ellipsoid.
Suppose now you put another 4 same ellipsoids on top
2009 May 21
1
Need help on ploting Histograms
this is the command i made for a normal distribution, but when i try to plot
the histograms, i dont know why the bars don't stick on the line...
nsamples<-1000
sampsize<-15
Samples<-matrix(rnorm(nsamples*sampsize,0,1),nrow=nsamples)
a<-apply(Samples,1,var)
NC14<-a*14
x<-0:40
plot(x,dchisq(x,14),type='h')
hist(NC14,freq=F,add=T)
--
View this message in context: