search for: expresison

Displaying 4 results from an estimated 4 matches for "expresison".

Did you mean: expresion
2015 Mar 15
4
[LLVMdev] FreeBSD's 11.0-CURRENT contrib/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h's IntrusiveRefCntPtr and its use violates C++ privacy rules
...ExternalASTSource> where... template <class Derived> class RefCountedBase; and it uses both of the following types... IntrusiveRefCntPtr<ExternalSemaSource> and... IntrusiveRefCntPtr<ChainedIncludesSource> In fact IntrusiveRefCntPtr<ChainedIncludesSource> is the return-expresison type for the following routine that has return type IntrusiveRefCntPtr<ExternalSemaSource>... IntrusiveRefCntPtr<ExternalSemaSource> clang::createChainedIncludesSource( CompilerInstance &CI, IntrusiveRefCntPtr<ExternalSemaSource> &Reader) { ... IntrusiveRefCntPtr&lt...
2009 Jun 16
2
Superscript in y-axis of plot
Dear all, I've been trying to superscript the '2' in the following command (I don't want the '^' displayed), but as yet haven't had much luck. I've tried both the paste and expression commands, but neither have brought me any joy! mtext(side=2, line=5.5, "Monthly Precipitation (mm x 10^2/month)", font=2, cex=1.1) Any advice would be much appreciated,
2006 Oct 03
1
latex expression
Dear All: I try to use latex expression in legend, but I am not very clear on the detail rules in R. I remeber there is a R help page list all rules and many examples, but I forget what should I type (?xxx) to get this help page. Could you please remind me which function should I type? Thanks _________________________________________________________________ Find a local pizza place, music
2019 Jul 12
4
Unexpected behaviour when comparing (==) long quoted expressions
Hi everyone: I?m one of the interns at RStudio this summer working on a project that helps teachers grade student code. I found an unexpected behaviour with the |==| operator when comparing |quote|d expressions. Example 1: |u <- quote(tidyr::gather(key = key, value = value, new_sp_m014:newrel_f65, na.rm = TRUE)) s <- quote(tidyr::gather(key = key, value = value,