I am having trouble running the move function. I think one issue is that when creating move_path it calls for the mp function which does not seem to exist. Is there possibly a library that I am missing?
The line where I have issues in the move function is:
move_path = unique(sapply(move_dir, FUN = mp))
and I get the error:
"Error in match.fun(FUN) : object 'mp' not found"
I am having trouble running the move function. I think one issue is that when creating move_path it calls for the mp function which does not seem to exist. Is there possibly a library that I am missing?
The line where I have issues in the move function is:
move_path = unique(sapply(move_dir, FUN = mp))
and I get the error:
"Error in match.fun(FUN) : object 'mp' not found"