Displaying 2 results from an estimated 2 matches for "r_directory".
Did you mean:
o_directory
2000 Nov 03
1
How to call R functions from a C++ program
Dear R experts,
Could anyone give some concrete examples of how to call R functions from a
program written in C++?
Thanks in advance for your help.
Nathapong Samlamjiag
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
2012 Oct 28
1
Trouble with first passage time analysis using adehabitatLT
Hey all,
I've run into a few problems running first passage time analysis. I'm hoping
someone might be able to help me sort this out. I'm fine up to the point of
creating the ltraj object from a dataset.
/test<-read.table("~/Desktop/R_Directory/test.txt",header=TRUE)
attach(test)
library(adehabitatLT)
xy<-test[,c("x","y")]
date1<-as.character(date)
date<-as.POSIXct(date1)
fit1<-as.ltraj(xy,date,id=test$name,burst=name,typeII=TRUE)/
from here things start to get fuzzy
1)
Instead of following the basi...