| fig5.2b | R Documentation |
Replikasjonskode for tetthetsgrafikk.
fig5.2b()
Silje Synnøve Lyder Hermansen
#Last inn data
data(kap5)
plot(density(kap5$Skepsis,
na.rm = TRUE),
xlab = "Innvandringsskepsis",
ylab = "Sannsynlighet",
main = "TETTHETSGRAFIKK \n over innvandringsskepsis",
col = "gray",
bty = "n",
sub = "(b)"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.