Berne, Vendredi, 21 Mars 2015 | CDT-TGK MISA-FIAG
Bruno Latour "Science in Action" (1987): Produktion von Fakten
Wie wählen ForscherInnen aus, was sie lesen und zitieren?
« We often forget that scientific knowledge is reliable not because scientists are more clever, objective or honest than other people, but because their claims are exposed to criticism and replication.» [Fanelli 2013]
data <- read.csv2("data.csv") hist(data$length, main="Histogramme", xlab="longueur en cm", ylab="Fréquence" )
Presentation written in Markdown (R Presentation)
Compiled into HTML5 using RStudio
Source code hosting: https://github.com/nehemie/Slideshow
ORCID: http://orcid.org/0000-0002-2898-6217
Presentation: CC-BY-4.0
Source code: MIT
### Plot Tablette cunéiforme ############################ ## Select the data subspdf <- spdf[spdf$Objet=="Tablette",] subspdf@data <- droplevels(subspdf@data) DensPA <- density(unmark( sSp[sSp$marks$Objet %in% c("Tablette") & sSp$marks$Datation %in% c("PA")]), adjust = 0.1) ...