This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# animate a (very boring) distance sampling survey | |
# watch a gif at: http://dill.github.io/distance-animation.gif | |
library(animation) | |
# make sure that we get the same result every time... | |
set.seed(1234) | |
# need to wrap everything in a function to pass to saveGIF, below... | |
plotter<-function(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(readdst) | |
library(Distance) | |
# xxxxxx from Brooks Institute, appears to be distance and angle data | |
oli <- convert_project("C:\\Users\\eric\\Documents\\My Distance Projects\\Oli-plains") | |
oli.data <- oli$`Simple analysis`$env$data |