search for: mathcalls

Displaying 6 results from an estimated 6 matches for "mathcalls".

Did you mean: batcalls
2003 Oct 24
1
\mathcal symbols in R?
Hello, Some time ago, I discovered the possibility of using mathematical symbols for axis labels etc. In order ensure consistency between text and graphics of some paper, I would like to include the calligraphic H (obtained in LaTeX via \mathcal{H}) in several diagrams. Is there any way to do so? Is it in general possible to use further mathematical fonts like \mathbb and \mathbf in R? Best
2002 Jan 14
1
trouble using R Mathlib as standalone
...); return y; } **************************************************************************** g++-3.0 -c -Wall -pedantic -Werror -g rand.cc -lRmath In file included from rand.cc:4: /usr/include/Rmath.h:520: declaration of `double log1p(double)' throws different exceptions /usr/include/bits/mathcalls.h:125: than previous declaration `double log1p(double) throw ()' rand.cc: In function `double q_gibbs_rand(Cube&, double&, size_t&)': rand.cc:23: `GetRNGstate' undeclared (first use this function) rand.cc:23: (Each undeclared identifier is reported only once for each func...
2006 Feb 12
1
Mathematical typesetting of column heads using the latex (Hmisc) function
Dear r-helpers, I would very much appreciate help with the following problem: The following command (in a .Rnw file) latex(anova(e7.lmer3, e7.lmer4), file = 'e7lmer34.tex', rowname = c ('nonlinear', 'linear'), longtable = FALSE, dcolumn = T, booktabs = T, table.env = F) produces the following output after running Sweave: % latex.default(anova(e7.lmer1, e7.lmer2),
2003 May 06
0
openh323gk installation
when i try to install openh323gk i get the following error please help ldaplink.cxx:345: call of overloaded `pow(double, unsigned int&)' is ambiguous /usr/include/bits/mathcalls.h:143: candidates are: double pow(double, double) /usr/include/g++/cmath:427: long double std::pow(long double, int) /usr/include/g++/cmath:423: float std::pow(float, int) /usr/include/g++/cmath:419: double std::pow(double, int) /usr/include/g++/c...
2014 May 22
1
citEntry handling of encoded URLs
The following citEntry includes a url with %3A and other encodings citEntry(entry="article", title = "Software for Computing and Annotating Genomic Ranges", author = personList( as.person("Michael Lawrence" )), year = 2013, journal = "{PLoS} Computational Biology", volume = "9", issue =
2004 Jan 29
3
Developmental version of Matrix package for R-1.9.0
I recently uploaded a developmental version of the Matrix package, Matrix_0.6-1.tar.gz, to CRAN where it is in the src/contrib/1.9.0/Other directory. It requires some of the packages that will appear in R-1.9.0. This version marks a major redesign of the Matrix package to use S4 classes and methods and to incorporate sparse matrix manipulations using routines from TAUCS