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 30 / 50 Post

Tag:

Sex chromosome papers RSS


Retraction notice to "Heat shock factor 5 establishes the male germ-line meiotic sex chromosome inactivation through regulation of Smarca4" [Heliyon 9 (2023) e15194]
Link

Evolution and functioning of an X-A balance sex-determining system in hops
Link

The genome sequence of the common hop, Humulus lupulus L
Link