Skip to content

Commit d3084a3

Browse files
authored
version 4.6
1 parent 4616b7f commit d3084a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/snssde_test.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,9 @@ fx <- expression(4*(-1-x), 4*(1-y), 4*(1-z))
215215
gx <- rep(expression(0.2),3)
216216

217217
mod3 <- snssde3d(drift=fx,diffusion=gx,N=50,M=5,Dt=0.001)
218-
plot(mod3,union = FALSE)
219218
plot(mod3,type="n")
220219
lines(mod3,col=2)
221220
points(mod3,cex=0.1,pch=19)
222-
plot3D(mod3,display="rgl")
223221

224222
mean(mod3,at = s)
225223
moment(mod3,at = s, center = TRUE , order = 2) ## variance

0 commit comments

Comments
 (0)