Displaying 1 result from an estimated 1 matches for "particularl".
Did you mean:
particular
2003 Nov 24
4
R postscript generation error (lines versus points) (PR#5285)
...pdf is perfect. Possibly this reflects a
different scaling being applied when points() or lines() are selected.
One reason I found this is that I use a number of scripts in R to plot and
multiplot data sets from x-ray and neutron powder diffraction analysis (and
Rietveld 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...