Welcome to the R-help@r-project.org mailing list!    To post to this list, send 
your email to:      r-help@r-project.org    General information about the 
mailing list is at:      https://stat.ethz.ch/mailman/listinfo/r-help    If you 
ever want to unsubscribe or change your options (eg, switch to  or from digest 
mode, change your password, etc.), visit your  subscription page at:      
https://stat.ethz.ch/mailman/options/r-help/wujinja%40yahoo.com.tw    You can 
also make such adjustments via email by sending a message to:      [EMAIL 
PROTECTED]    with the word `help' in the subject or body (don't include the  
quotes), and you will get back a message with instructions.    You must know 
your password to change your options (including changing  the password, itself) 
or to unsubscribe.  It is:      wi6092    Normally, Mailman will remind you of 
your r-project.org mailing list  passwords once every month, although you can 
disable this if you  prefer.  This reminder
 will also include instructions on how to  unsubscribe or change your account 
options.  There is also a button on  your options page that will email your 
current password to you.  
   var callCount = 0; function rmvScroll( msg ) {  if ( ++callCount > 10 ) { 
msg.style.visibility = "visible"; }    if ( callCount  msg.clientHeight ) {   
newHeight = msg.scrollHeight + delta;  }  delta = msg.offsetWidth - 
msg.clientWidth;  delta = ( isNaN( delta )? 1 : delta + 1 );  if ( 
msg.scrollWidth > msg.clientWidth ) {   newWidth = msg.scrollWidth + delta;  }  
msg.style.overflow = "visible";  msg.style.visibility = "visible";    if ( 
newWidth > 0 || newHeight > 0 ) {   var ssxyzzy = document.getElementById( 
"ssxyzzy" );   var cssAttribs = ['#' + msg.id + '{'];   if ( newWidth > 0 ) 
cssAttribs.push( 'width:' + newWidth + 'px;' );   if ( newHeight > 0 ) 
cssAttribs.push( ' height:' + newHeight + 'px;' );   cssAttribs.push( '}' );   
try {    ssxyzzy.sheet.deleteRule( 0 );    ssxyzzy.sheet.insertRule( 
cssAttribs.join(""), 0 );   } catch( e ){}  } } function imgsDone( msg ) // for 
Firefox, we need to scan for images that haven't set their width yet {  var 
imgList =
 msg.getElementsByTagName( "IMG" );  var len = ((imgList == null)? 0 : 
imgList.length);  for ( var i = 0; i   
       ___________________________________________________________________
ÅéÅç¥þ·sYahoo!©_¼¯¹q¤l«H½c2.0 - °¨¤WÅéÅç¡I
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to