Displaying 1 result from an estimated 1 matches for "dcount".
Did you mean:
count
2003 Nov 24
4
R postscript generation error (lines versus points) (PR#5285)
...veld fitting of this data in particularl). In these points() is used to
plot the data and lines() to plot the refinement from the analysis. After
upgrading I found these were
misaligned. The example was created to mimic the problem.
%%% Example follows:
dtwoth <- seq(from=20,to=80,len=1024)
dcount <- rnorm(dtwoth) #
postscript(file="R-test2.ps",horizontal=FALSE,
pointsize=18, onefile=FALSE,
family="Helvetica", paper="a4")
plot(dtwoth,dcount,
xlim=c(min(dtwoth),max(dtwoth)),ylim=c(min(dcount),max(dcount)),
yaxt="n",xaxs="...