Displaying 11 results from an estimated 11 matches for "cultivar".
2010 Jan 11
3
Illustrating kernel distribution in wheat ears
Dear all
R2.10 WinXP
I have a dataset dealing with the way different wheat cultivars build their yield.
Wheat ears are organised in spikelets where the spikelets can be numbered from the bottom, with even numbers on one side and odd on the other.
I know how many kernels there were in each spikelet after some months spent counting them...
Now I want to illustrate the differences b...
2007 Jul 19
2
Subsetting dataframes
Dear all!
W2k, R 2.5.1
I am working with an ongoing malting barley variety evaluation within
Sweden. The structure is 25 cultivars tested each year at four sites, in
field trials with three replicates and 'lattice' structure (the replicates
are divided into five sub blocks in a structured way). As we are normally
keeping around 15 varieties from each year to the next, and take in 10 new
for next year, we have tested t...
2005 Feb 22
1
Re: R-help Digest, Vol 24, Issue 22
...s
may have tried to account for this (but if so, the terms are
not laid out in a way that makes for ready interpretation.
The design is such (two locations) that you do not have
much of a check that effects are consistent over locations.
You need to check whether results really are similar
for all cultivars and for all herbicides, so that it is
legitimate to pool as happens in the overall analysis.
If a herbicide:cultivar combination has little effect the
variability may be large, while if it has a dramatic effect
(kills everything!), there may be no variability to speak of.
John Maindonald.
On 22 F...
2005 Feb 21
2
power.anova.test for interaction effects
This question will probably get me in trouble on theoretical grounds, but I
will pose it anyway.
The situation:
I recently ran a field study looking for differences in sugarbeet cultivar
tolerance to a specific herbicide. The study was set up so that 37
cultivars were treated with 4 different applications of the herbicide (37*4
factorial). In doing so, we found that the interaction effect was highly
insignificant (ndf=108, ddf=144, F=0.28, p=1.0000). Now my problem is
this... th...
2012 May 01
1
[fields:image.plot] subtitle under title (not image)?
...got a project
https://github.com/TomRoche/ioapi-hack-R
that illustrates the use of (et al) the R packages {ncdf4, fields, M3}
for processing and visualizing IOAPI data. The data being visualized
consists of a series of layers (mostly representing emissions from a
particular tuple of agricultural {cultivar, cultivation technique})
over a surface (in the upper midwest US). I'm currently plotting
https://github.com/downloads/TomRoche/ioapi-hack-R/compare.DN2.layers.pdf
each layer, and including some information about the layer in a title
and subtitle. The title is where I want it--above the image...
2007 Jul 23
1
The 'REP' term in AMMI{agricolae}
Dear all,
W2k, R 2.5.1
I am trying out the AMMI function in the agricolae package, to analyse the
dependence of environment for a certain cultivar. The function responds to
four basic variables:
ENV Environment
GEN Genotype
REP Replication
Y Response
My question concerns the 'REP' term. When I normally do an analysis of
variance, the replication would refer to repeated observations within the
each field trial. In the case I am analy...
2003 Nov 24
2
1.8.1 and subsetting dataframes
...le(mod.df, "mod.tmp", quote = F, sep = "\t", row.names = F)
Browse[1]> mod.df <- read.table("mod.tmp", T, sep = "\t")
Browse[1]> is.array(mod.df)
[1] FALSE
Browse[1]> object.size(mod.df)
[1] 16164
Browse[1]> mod.df[1:5,]
Site System Cultivar Type CFU
1 Canterbury ifp braeburn fruit 388
2 Canterbury ifp braeburn fruit 920
3 Canterbury ifp braeburn fruit 868
4 Canterbury ifp braeburn fruit 328
5 Canterbury ifp braeburn fruit 656
The size of the object using R-1.8.0 (which had no subsetting
problems) was
Browse[1]> o...
2007 Aug 02
1
sapply?
I have to compare four different grape varieties proteome in two different years. I don't know what test would be more suitable for my data. I think that an anova two way can be usefull also if someone suggested me to perform a manova. In addiction, I can perform each test on a single protein a time, but I can't loose my whole life carrying out anova (I have more than 1000 protein to
2008 Oct 12
0
OT: irises
...only tangentially to R.
The package announcement for hwriter points to a webpage created with the
package, http://www.ebi.ac.uk/~gpau/hwriter/
based on the Fisher/Anderson iris data, including pictures.
Unfortunately, the pictures are not of the right species (two appear to be
tall bearded iris cultivars, the third probably either Iris ensata or Iris
siberica). Pictures of the right species would be very useful -- Iris
setosa really is visibly different in structure (not just in color), not
having visible upright `standards'. There are nice pictures at the Iris
Species Database: http://w...
2009 Apr 14
0
Fitted values and MSE of individual fits in lmList
Dear useRs,
I am working on a series of field experiments (159 in total) carried out in different years in several locations. The cultivars in each experiment are not always the same, in fact they change over
time. I would like to get the fitted values and MSE of the individual fits from the following lmList object, so I can use them to fit a mixed model using the fitted values and weight each environment
with (number of reps/MSE)/A...
2008 May 17
2
How to paste graph from R in Latex?
Dear R-expert,
Is it possible to save graph from R into Latex document? I?can?see save as metafile , PNG, pdf etc, but I'm not sure which one to use.
Thank ?you so much for your help.