Displaying 2 results from an estimated 2 matches for "allpoints".
Did you mean:
allfonts
2004 Apr 12
2
fractal calculation using fdim
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
[...
2004 Apr 25
2
package fdim slopeopt error (PR#6819)
Full_Name: Fred J.
Version: 1.8.1
OS: windows 2000
Submission from: (NULL) (203.26.24.216)
platform i386-pc-mingw32
the error can be duplicated as follows
> rt <- data.frame(8:15, 7:14, 6:13, 5:12, 4:11, 3:10, 2:9, 1:8)
> library(fdim)
> FD <- (fdim(rt,q=2))
Error in slopeopt(AllPoints, Alpha) : Object "LineP" not found