File:Número básico de reproducción r0.png
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this preview: 800 × 333 pixels. Other resolutions: 320 × 133 pixels | 640 × 267 pixels | 1,200 × 500 pixels.
Original file (1,200 × 500 pixels, file size: 7 KB, MIME type: image/png)
File information
Structured data
Captions
Summary
[edit]File:Número básico de reproducción r0.svg is a vector version of this file. It should be used in place of this PNG file when not inferior.
File:Número básico de reproducción r0.png → File:Número básico de reproducción r0.svg
For more information, see Help:SVG.
|
DescriptionNúmero básico de reproducción r0.png |
Español: Número básico de reproducción para diferentes enfermedades contagiosas.
Código para la generación de la gráfica en Matlab: function indicer0ebola
close all
figure('Color', [1 1 1], 'Position', [2000 500 1200 500])
nombres = {'Sarampión','Vacas locas','SIDA','Gripe aviar','Gripe española','Hepatitis C', 'SARS', 'Ébola'};
maximos = [18 12 10.6 6 4 3.9 2.6 1.9]';
minimos = [12 10 4.2 1.2 3 2.1 2.2 1.2]';
diferencia = maximos-minimos;
x = 1:numel(maximos);
hbar= bar(x, [minimos diferencia], 'stack');
set(hbar(1),'FaceColor','none','EdgeColor','none');
set(hbar(2),'FaceColor',[1 0 0]);
set(gca,'Xtick',x,'XTickLabel',nombres)
limites = axis;
limites(4)= 20;
axis(limites);
for i = 1:numel(maximos)
text(i-0.1,maximos(i)+0.5,sprintf('%.1f', maximos(i)));
end
for i = 1:numel(maximos)
text(i-0.1,minimos(i)-0.5,sprintf('%.1f', minimos(i)));
end
title('Rangos de índices R_0 para diferentes enfermedades')
end
|
Date | |
Source | Own work |
Author | Tecsie |
Basado en la información de:
- Miguel Ángel Criado (8 October 2014). La ratio de contagio del ébola es inferior a la del sarampión o el VIH.
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
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/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 05:20, 9 October 2014 | 1,200 × 500 (7 KB) | Tecsie (talk | contribs) | Ortografía de índices | |
04:28, 9 October 2014 | 1,200 × 500 (7 KB) | Tecsie (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Horizontal resolution | 45.67 dpc |
---|---|
Vertical resolution | 45.67 dpc |
File change date and time | 05:18, 9 October 2014 |
Date and time of digitizing |
|
Software used |