Stacks Image 20108

For Academics

Get a feel of the data

Some quick ways to visualise new data.

For an initial 'feel' of the data:

plot(mydata)
summary(mydata)

Summarise the mean of 'cloud' by two factors:

tapply(cloud, list(rain, winddir), mean)

Summarise 2 continuous and 1 factor variable:

plot(hour,rad,col=day)

Standard deviation of data

sd <- sd(mydata)

Coefficient of variation of data

cv <- sd(mydata)/mean(mydata)
Previous Post 11 / 21 Post

Tag:

Sex chromosome papers RSS


The genome sequence of the Green Pug moth, Pasiphila rectangulata (Linnaeus, 1758)
Link

The genome sequence of a picture-winged fly, Melieria picta (Meigen, 1826) (Diptera: Ulidiidae)
Link

The genome sequence of the Shy Cosmet Moth, Limnaecia phragmitella Stainton, 1851 (Lepidoptera: Cosmopterigidae)
Link