[R] fractal calculation using fdim

Fred J. phddas at yahoo.com
Tue Apr 13 01:05:25 CEST 2004


Hello
I am getting this
Error in slopeopt(AllPoints, Alpha) : Object "LineP"
not found
when the dim(<data.frame>) of the data matrix for
which the fdim is being calculated hits a certain
values depending on the data set. e.g
print(dim(mat))
fd <- fdim(mat,q=2)
[1] 2743    2
[1] 2742    3
[1] 2741    4
[1] 2740    5
[1] 2739    6
[1] 2738    7
[1] 2737    8
[1] 2736    9
[1] 2735   10
[1] 2734   11
[1] 2733   12
Error in slopeopt(AllPoints, Alpha) : Object "LineP"
not found
if I change the data set to mat2 with totally
different values I would get the above error at a
dim(mat) of say
2693  52

thanks for any input.




More information about the R-help mailing list