Dear all, I have worked on AKDEs using the package ctmm. Because my old computer often crashed, I bought a new one and reinstalled all the software, including r.
All seemed to work fine, but when I wanted to plot several results I encountered error messages. I tried many different plots, some plots work, others not, I could't find out why. The error message is always " ..... is not a graphical parameter". I am using exactly the same r script and packages as before on my old computer. Would be great if you could help me with this....., best, Alex Please find below an example from the ctmm package: > # Load package and data> library(ctmm)> data(buffalo)> cilla <- buffalo[[1]]> > # Fit a continuous-velocity model with tau ~ c(10 days, 1 hour)> # see > help(variogram.fit)> m2 <- ctmm(tau=c(10*24*60^2,60^2))> M2 <- > ctmm.fit(cilla,m2)> # Compute akde object> KD2 <- akde(cilla,M2)> # Plot data > with AKDE contours> plot(cilla,AKDE=KD2)Warning messages:1: In > plot.window(...) : "AKDE" is not a graphical parameter2: In plot.xy(xy, type, > ...) : "AKDE" is not a graphical parameter3: In axis(side = side, at = at, > labels = labels, ...) : "AKDE" is not a graphical parameter4: In axis(side = side, at = at, labels = labels, ...) : "AKDE" is not a graphical parameter5: In box(...) : "AKDE" is not a graphical parameter6: In title(...) : "AKDE" is not a graphical parameter7: In plot.xy(xy.coords(x, y), type = type, ...) : "AKDE" is not a graphical parameter <https://www.avast.com/lp-safe-emailing?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> This email has been sent from a virus-free computer protected by Avast. www.avast.com <https://www.avast.com/lp-safe-emailing?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2> [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.