[BACK]Return to hgm-package.Rd CVS log [TXT][DIR] Up to [local] / OpenXM / src / R / r-packages / hgm / man

Diff for /OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd between version 1.2 and 1.4

version 1.2, 2013/02/08 01:27:01 version 1.4, 2013/03/01 05:27:08
Line 1 
Line 1 
 %% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v 1.1 2013/02/07 07:38:23 takayama Exp $  %% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v 1.3 2013/02/08 02:59:42 takayama Exp $
 \name{hgm-package}  \name{hgm-package}
 \alias{hgm-package}  \alias{hgm-package}
 \alias{HGM}  \alias{HGM}
Line 39  partial differential equations.
Line 39  partial differential equations.
   (\url{http://www.gnu.org/software/gsl/}).    (\url{http://www.gnu.org/software/gsl/}).
   Then, it might cause a conflict with the package gsl    Then, it might cause a conflict with the package gsl
   (see \code{\link[gsl]{gsl-package}}).    (see \code{\link[gsl]{gsl-package}}).
   When you use the package gsl, it is recommeded to unload the shared libraries  %  When you use the package gsl, it is recommeded to unload the shared libraries
   of the package hgm by \code{library.dynam.unload("hgm")}  %  of the package hgm by \code{library.dynam.unload("hgm")}<--error, todo.
   (see \code{\link[base]{library.dynam.unload}}).  %  (see \code{\link[base]{library.dynam.unload}}).
 }  }
 \references{  \references{
 \itemize{  \itemize{
Line 61  Advances in Applied Mathematics 47 (2011), 639--658, 
Line 61  Advances in Applied Mathematics 47 (2011), 639--658, 
 \keyword{ HGD }  \keyword{ HGD }
 \seealso{  \seealso{
 \code{\link{hgm.so3nc}}  \code{\link{hgm.so3nc}}
   \code{\link{hgm.cwishart}}
 }  }
 \examples{  \examples{
 \dontrun{  \dontrun{
 example(hgm.so3nc)  example(hgm.so3nc)
   example(hgm.cwishart)
 }  }
 }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>