⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dist.com

📁 跑leach需要的
💻 COM
字号:
# plot distribution of ratio between combined metric/arrival rate. ## csh Dist.com Dist.sum.data $totalset filename=$1set num=$2set total=$3#awk '{print $1, $2/'$total} $filename > chart#s << !chart _ matrix(scan("chart"),ncol=2,byr=T)xr _ range(chart[,1])yr _ range(0,chart[,2])postscript("tests.ps", horizontal=F, width = 4.5, height = 2.5, colors = 0:1)par(mgp=c(1,0,0))par(mar=c(2,2,0,0))par(tck=0.02)par(pch=".")par(cex=0.6)plot(chart[,1],chart[,2],xlim=c(0,2),ylim=yr,type="n",xlab="Combined Metric/Fraction of Arrivals",ylab="Density")lines(chart[,1],chart[,2],type="l")points(chart[,1],chart[,2],type="p")q()!cp tests.ps Dist.$num.ps

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -