Displaying 11 results from an estimated 11 matches similar to: "lme weights glht"
2010 Apr 18
2
rosavent problem
I have a frequency table that I am trying to plot on a rose diagram using
rosavent. I've set the table up by using this line:
Wind_freq_speed <- t(table(cut(Wind_Dir_vec, 0:36), cut(Wind_Speed_vec,
seq(0, to=60, by=10))))
It produces the following table layout, which is consistent with the
rosavent example (windfreq.dat).
10 20 30 40 50 60 70... 360
0-10
10-20
2008 May 19
2
Draw Polygon with a Circular Side
Hello Friends!!!
I would want draw a circular histogram, and I would like draw a polygon with
a circular side. This is easy if I use the functions polygon and arc, but I
want that the polygon with a circular side have background colour. The
polygon created with function polygon can have background colour, but the
surface created with function arc can?t have background colour.
How I could create a
2009 Aug 20
3
Wind-data analysis with R?
Hello,
are there people outside who use R for analysis of wind-measurement data
(meteorological or for planning of wind power stations)?
Are there already scripts/modules available for analysing and
displaying/plotting wind data in the way it is done in projection/planning
of wind power stations?
If not, would it be of interest to use R for this, and therefore
adapt data-logger output to R (by
2011 Nov 04
2
representing wind date using windrose
hello,
i am new to R and want to use it for a small project to draw a wind
data from a microclimate datasource, can someone give me an example of
how i can represent this in a neat way?
for example, i have:
speed, direction
0.3,NNE
0.45,NNE
0.32,NE
0.28,N
0.30,NE
how do i put this data to get a windrose graph?
many thanks
norman
--
%>>> "".join( [
2010 Apr 17
1
Frequency table
Hello,
I'm trying to make a table like windfreq.dat in the rose diagram example of
the climatol package.
It looks like:
N NNE NE ENE E ESE SE SSE S SSW SW WSW W
WNW NW NNW
0-3 59 48 75 90 71 15 10 11 14 20 22
22 24 15 19 33
3-6 3 6 29 42 11 3 4 3 9 50
67 28
2002 Jul 22
1
"New" problem with polr (or optim, or ...)
Hello from a presently sunny Helsinki!
I've bee trying to repeat an analysis I did about 18 months ago (the
reviewers of the paper want something adding to it). I'm using R1.5.0,
but I couldn't see anything in the list of changes between this and
1.5.1 to suggest it would act any differently.
The data is observational, on the changes in the population status of
carabid beetles, and
2008 May 19
1
R syntax, space smaller than space
Hi,
I changed something in the package "climatol" especially in the
function "diagwl". Dos anybody know where I can put the code in the
Internet to discuss it?
I made from "C" for gradcelsius "?C" with:
unit <- list(
temp = expression (paste(#"T ",
degree,"C"))
)
mtext(unit$temp ,2,col=tcol,las=1,line=3,adj=0,at=55)
2006 May 17
1
Non-ASCII chars in R code
The report on R_help about problems loading package irr (in a
UTF-8 locale, it seemed) prompted me to look a little deeper. There are
quite a few packages with Latin-1 chars in their .R files, and a couple in
UTF-8.
Apart from non-ASCII chars in comments, this is a problem as the code
concerned cannot be represented in some locales R runs in (for example
Japanese on Windows). It happens
2013 Nov 19
7
r Y MATLAB
Estimados
Hay muchos script existentes en Matlab que son de interés nuestro. ¿Es
posible “’traducir” estos al R? ¿Leerlos y ejecutarlos desde R como se hace
con los de SPSS?
Saludos cordiales
Betancourt
--
Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona
2013 Nov 13
1
Resumen de R-help-es, Vol 57, Envío 13
por favor alguien podria ayudarme con el paquete climatol, tengo ulgunos
problemas para ingresar la informaciòn
gracias
El 13 de noviembre de 2013 14:49, <r-help-es-request@r-project.org>escribió:
> Envíe los mensajes para la lista R-help-es a
> r-help-es@r-project.org
>
> Para subscribirse o anular su subscripción a través de la WEB
>
2007 Mar 26
1
Problem in loading all packages all at once
Hi All
Please see the Rprofile file which i have modified as follows and after
that when I start R then I see that R says to me "TRUE" for all the
packages implying that all loaded at once.
But when i try to use commands as simple as help("lm"), it doesnt work nor
any of the menu "Packages" is not working.
Although the regression using lm ( Y ~ X ) is working