Displaying 1 result from an estimated 1 matches for "ejpc13".
Did you mean:
ajp13
2000 Jun 13
0
contours/density lines in sm library-more details
...olid contour is also not closed on the S-PLUS original.
Same for me here. I only wish mine came out that completely.
>
> Either you have not followed the script exactly or there is problem
> specific to your graphics card / printer / ....
Okay, here are my scripts/commands:
> plot(ejpc13,type="n")
> sm.density(ejpc13[1:33,],display="slice",props=75,add=T,lty=1)
> sm.density(ejpc13[34:48,],display="slice",props=75,add=T,lty=2)
> sm.density(ejpc13[49:78,],display="slice",props=75,add=T,lty=3)
> plot(ejpc13,type="n")
> s...