search for: jenv

Displaying 3 results from an estimated 3 matches for "jenv".

Did you mean: env
2009 Apr 05
1
RJava question(class not found with rJava's vm, though found with alternate vm)
...ze vms=0; int r=0; r=JNI_GetCreatedJavaVMs(jvms, 32, &vms); if (r) { error("JNI_GetCreatedJavaVMs returned %d\n", r); } else { if (vms>0) { int i=0; while (i<vms) { if (jvms[i]) { if (!(*jvms[i])->AttachCurrentThread(jvms[i], (void**)&jenv, NULL)) { jvm=jvms[i]; break; } } i++; } if (i==vms) error("Failed to attach to any existing JVM."); }else { JNI_CreateJavaVM(&jvm, (void **)&jenv, &args); } } } Saptarshi Guha [[alternative HTML version del...
2012 May 22
1
Capturing signals from within external libs
I have a continuous loop running in an external library that I am calling from C (R API). This loop is processing events in real time with the possibility of significant lag between events. When processing an event, I can make use of R_CheckUserInterrupt, but while the external library code is waiting on a new event, I don't have an opportunity to call this - my entry points are only on
2006 Jan 12
1
envelopes of simulations
Hello! I am writing you because I could not plot the confidence envelopes for functions Jest, Jcross, Jdot, Jmulti, and L, using the Spatstat package. I have already understood how to do that for Kest or Jest, that is: JEnv <- plot(envelope(PPPData, Jest)) Where PPPData is my ppp object. However, for Jcross I must specify the two marks I want to analyse. That is, usually I would get the Jcross doing: Jc <- Jcross(PPPData,"Aun","Qsu") For marks "Aun" and "Qsu". For L...