File:Herd Immunity Threshold.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 630 × 630 pixels, file size: 66 KB)

Captions

Captions

Herd immunity threshold and basic reproduction number

Summary[edit]

Description
English: The herd immunity threshold as a function of the basic reproduction number in a randomly mixing homogeneous population.
Date
Source Own work
Author ARAKI Satoru
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with R.
 
The file size of this SVG chart may be irrationally large because its text has been converted to paths inhibiting translations.
Source code
InfoField

R code

HIT <- function(R0) 1 - 1/R0
p <- ggplot(data.frame(R0=c(1, 10)), aes(x=R0)) +
  stat_function(fun=HIT) +
  scale_x_continuous(limits=c(1, 10), breaks=seq(1, 10, by=1)) +
  scale_y_continuous(limits=c(0, 1), breaks=seq(0, 1, by=.2)) +
  labs(x=TeX("$\\mathit{R}_0$"),
       y=TeX("$\\mathrm{HIT} = 1 - 1/\\mathit{R}_0$"),
       title="Herd Immunity Threshold") +
  theme_minimal(base_family = "Times")

svg(filename="herd-immunity-threshold.svg")
plot(p)
dev.off()

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:13, 10 August 2020Thumbnail for version as of 17:13, 10 August 2020630 × 630 (66 KB)ARAKI Satoru (talk | contribs)Changed fonts
21:41, 17 April 2020Thumbnail for version as of 21:41, 17 April 2020630 × 630 (49 KB)ARAKI Satoru (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata