I can not make a peer-to-peer graph, the R% with% of the graph then stays in the count of plot
, does anyone 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 size of the chart?