mirror of
https://asciireactor.com/otho/as-500.git
synced 2024-11-22 18:45:05 +00:00
7 lines
171 B
R
7 lines
171 B
R
|
data = read.table("data.tab")
|
||
|
|
||
|
|
||
|
png("othoulrich_net_cooling.png")
|
||
|
plot(data,type="l",xlab="Electron Density [cm⁻³]",ylab="Net Cooling [ergs cm⁻³ s⁻¹]")
|
||
|
dev.off()
|