Translations:Data analysis/2/es: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
TestsPerLaboratoryArea [label="Tests por Área de Laboratorio" shape=tab URL="#Tests_por_área_de_laboratorio"]; | TestsPerLaboratoryArea [label="Tests por Área de Laboratorio" shape=tab URL="#Tests_por_área_de_laboratorio"]; | ||
TestsPerKind [label="Tests por Tipo" shape=tab URL="#Tests_por_tipo"]; | TestsPerKind [label="Tests por Tipo" shape=tab URL="#Tests_por_tipo"]; | ||
TestsPerResult [label="Tests por resultado" shape=tab URL="#Tests_por_resultado"]; | |||
TestsPerGender [label="Tests por Género" shape=tab URL="#Tests_por_género"]; | TestsPerGender [label="Tests por Género" shape=tab URL="#Tests_por_género"]; | ||
// Edges | // Edges | ||
| Line 14: | Line 15: | ||
DataAnalysis -> TestsPerLaboratoryArea; | DataAnalysis -> TestsPerLaboratoryArea; | ||
DataAnalysis -> TestsPerKind; | DataAnalysis -> TestsPerKind; | ||
DataAnalysis -> TestsPerResult; | |||
DataAnalysis -> TestsPerGender; | DataAnalysis -> TestsPerGender; | ||
} | } | ||
</graphviz> | </graphviz> | ||
</div> | </div> | ||