search for: tbis

Displaying 2 results from an estimated 2 matches for "tbis".

Did you mean: abis
2006 Feb 07
1
Reading in FORTRAN data using R
...t output with no FORMAT. For example: My FORTRAN code writes out: open(unit=30,name=fnout,status='old') write(30,'(a20)') fnmod write(30,'(a20)') fnstr write(30,*) nfault,hpl,vplx,vply,taua,tauf,amuu, & tminn,tstepp,itime,TBIS,bulkms,ntm,ncycle,pdcy write(30,*) ptrad write(30,'(a1)') respfb write(30,*) (timi(n), n=1,nfault) write(30,*) (taub(n), n=1,nfault) write(30,*) (delts(n), n=1,nf) write(30,*) (cfr(n), n=1,nfault) write(30,*) (dfr(n), n=1,nfault) write(30,*) (...
2002 Dec 23
1
Strange axis labels?
...expression(paste("log odds of survival probability \n( " %+-% "95% C.I.)")) plot(c(1,2), c(1,2), ylab=thing1) par(mar =c(2.1, 6.1, 2.1, 2.1)); plot(c(1,2), c(1,2), ylab=thing2) The first plot has the label on one line, with only a single space between the bracket and the +/-. Tbis is what I want, but I wonder why paste has a sep=, if it doesn't do anything (I assume I've missed something here). The second plot has the label on 2 lines (you need the par() to get it all in!), but the open bracket, "(", lines up with the start of the first lines, and there is...