| soja98 | R Documentation |
Data on soya bean production in a uniformity trial measured at plots of size 5x5 meters and other soil properties measured in points given by the data coordinates.
data(soja98)
A data frame with 256 observations on the following 10 variables.
Xa numeric vector with X-coordinates of the plot centres.
Ya numeric vector with X-coordinates of the plot centres.
Pa numeric vector, phosphorous content.
PHa numeric vector, soil pH.
Ka numeric vector, potassium content. (Cmol/dm^3)
MOa numeric vector, organic matter. (percentage)
SBa numeric vector, basis saturation.
iConea numeric vector, cone index, measuring mechanic resistence of the soil. (kg/cm^2)
Renda numeric vector, total soya production within the plot (kg).
PRODa numeric vector, production converted to productivity by a unit of area - hectare (ton/ha).
Souza, E.G.; Jojann, J. A.; Rocha, J. V.; Ribeiro, S. R. A.; Silva, M. S., Upazo, M. A. U.; Molin, J. P.; Oliveira, E. F.; Nóbrega, L. H. P. (1999) Variabilidade espacial dos atributos químicos do solo em um latossolo roxo distrófico da região de Cascavel-PR. Engenharia Agrícola. Jaboticabal, volume 18, nr. 3, p.80-92.
data(soja98)
plot(soja98)
require(geoR)
prod98 <- as.geodata(soja98, coords.col=1:2, data.col=)
plot(prod98, low=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.