Data associated to the paper On the variability of Portuguese duration adverbials with por and durante

From Literateca From Museu da pessoa From CHAVE From ConDiv Some remarks on tense attribution in the aboe files, in Portuguese

Figures

durante<- read.table("tamanhosDurantePor.R")
colnames(durante)<-c("id","tamanho","durante","por","cor")
durante$duranterel<-durante$durante/durante$tamanho
durante$porrel<-durante$por/durante$tamanho
png("ScatterplotDurantePor.png",width=10, height=10, units='in',res=300)
par(mar=c(3,6,2,2)+0.1)

plot(durante$duranterel,durante$porrel,type="n",xlab="Relative frequency of durante", ylab="Relative frequency of por", xlim=c(0,0.00025), ylim=c(0,0.00025), cex.axis=1.5,cex.lab=1.5)
text(durante$duranterel,durante$porrel,durante$id,col=durante$cor,cex=1.5 )
dev.off()

decadas<- read.table("dadosCondivDecadas.R")
colnames(decadas)<-c("variedade","decada","theme","valor")
decadasBR<-subset(decadas,variedade=="BR",2:4)
decadasPT<-subset(decadas,variedade=="PT",2:4)
png("CondivTemporal.png",width=18, height=6, units='in',res=300)
par(mfrow=c(1,2))
attach(decadasBR)
interaction.plot(decada,tema,valor, main="Evolution of durante/por ratio in BR",xlab="Decade",ylab="durante/por ratio")
detach(decadasBR)

attach(decadasPT)
interaction.plot(decada,tema,valor, main="Evolution of durante/por ratio in PT",xlab="Decade",ylab="durante/por ratio")
detach(decadasPT)
dev.off()

Last update of this page: 21 January 2024.

Perguntas, comentários e sugestões