Displaying 1 result from an estimated 1 matches for "molart".
Did you mean:
  molar
  
2006 Oct 02
0
Arrowheads at line-ends
...nual" solution:
xA <- c(0.0000,0.0968,0.2340,0.4645,0.6115,0.8890,1.0000)
Va <- c(69.016,69.769,70.775,72.456,73.280,73.564,73.921)
Vb <- c(18.020,17.822,17.480,16.897,16.277,13.833,13.101)
plot(c(0,1), c(10,80),
	type="n",
	xlab=expression(x[aceton]),
	ylab="Partielt molart volum",
	bty="o",
	xaxs="i", yaxs="i",
	xaxp=c(0,1,10),
	yaxp=c(10,80,20),
	penel.first = grid(20,20,lty=1)
)
points(xA[2:7],Va[2:7], type="o", col="blue",pch=5,lend=1)
points(xA[1:6],Vb[1:6], type="o", col="darkgreen",pch=5...