Skip to content

Commit ea9afb2

Browse files
authored
version 4.6
1 parent a0155bb commit ea9afb2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

man/plot2d.Rd

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,4 @@ gx <- rep(expression(1),2)
4040

4141
res <- snssde2d(drift=fx,diffusion=gx,N=5000)
4242
plot2d(res,type="l")
43-
44-
## Example 2:
45-
set.seed(1234)
46-
47-
fx <- rep(expression(0),3)
48-
gx <- rep(expression(1),3)
49-
50-
res <- snssde3d(drift=fx,diffusion=gx,N=5000)
51-
plot3D(res,display="persp")
52-
plot3D(res,display="rgl")
5343
}

0 commit comments

Comments
 (0)