3
I can’t make a point-to-point graph, the R plot
the graph then stays in the count of the Sys.sleep
, someone help me?
n=1
Cn=6.45
x<-3
t<- seq(1,20)
for (i in 1:21) {
flux = round(Cn*sin(n*pi*x / 5)*exp(-(pi^2*n^2/25)*t), digits = 2)
flux
plot(flux, type = "o", col = "red4")
Sys.sleep(.25)
}
How can I increase the chart size?