Description Format Source Examples
Neste experimento foram obtidos os valores para o teor de c<c3><a1>lcio no solo e a porcentagem de tub<c3><a9>rculos maduros com o objetivo de verificar a rela<c3><a7><c3><a3>o existente entre estas vari<c3><a1>veis.
Um data.frame
de 9 linhas e 2 colunas, em que
calcio
Teor de c<c3><a1>lcio no solo, medido em meq/100cm^{3} (miliequivalente por 100 cent<c3><ad>metros c<c3><ba>bicos).
tm
Porcentagem de tub<c3><a9>rculos maduros.
DEM<c3><89>TRIO; ZOCCHI (2011), Exerc<c3><ad>cio 2.12.16 p<c3><a1>g. 63.
1 2 3 4 5 6 7 8 | data(DemetrioEx2.12.16)
str(DemetrioEx2.12.16)
library(lattice)
xyplot(tm ~ calcio, data = DemetrioEx2.12.16,
xlab = "C<c3><a1>lcio",
ylab = "Porcentagem de tub<c3><a9>rculos maduros")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.