t=read.table("temporal.dat")
t
t=read.table("temporal.dat", header=T)
t
plot(x=t$Tempo, y=t$Alpha_0, axes=F, xlab="Time Point", y="Weight")
plot(x=t$Tempo, y=t$Alpha\_0, axes=F, xlab="Time Point", y="Weight")
plot(x=t$Tempo, y=t$Alpha_0, axes=F, xlab="Time Point", y="Weight")
q()
t=read.table("temporal.dat", header=T)
plot(x=t$time, y=t$alpha, axes=F, xlab="Time Point", y="Weight")
plot(t$time, t$alpha, axes=F, xlab="Time Point", y="Weight")
dims(t)
lenght(t)
length(t)
t
q()
