R/mohrleg.R

mohrleg <-
function(ES)
  {

    u = par('usr')


    for(i in 1:length(ES$values))
      {

        tex1 = substitute(sigma[y]==x , list(x=ES$values[i], y=i) )
        
        mtext(tex1, side = 3, line = -i, at=u[2], adj=1 )

      }

  }

Try the geophys package in your browser

Any scripts or data that you put into this service are public.

geophys documentation built on May 1, 2019, 9:26 p.m.