Update to curves2d()
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Below you will find an update to our function for digitizing curves in 2d: curves2d(). This solves a problem with the function plotting landmarks and semilandmarks out of sequence. To use it, you can “source()” the code from a directory, or copy and paste it during digitizing.
CODE: curves2d<-function(file, nsliders){ |
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.