| fig5.2a | R Documentation |
Replikasjonskode for histogram.
fig5.2a()
Silje Synnøve Lyder Hermansen
#Last inn data
data(kap5)
#Lag histogram
hist(kap5$Skepsis,
xlab = "Innvandringsskepsis",
ylab = "Frekvens (antall respondenter)",
main = "HISTOGRAM \nover innvandringsskepsis",
col = "gray",
sub = "(a)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.