Macaulay2
»
Documentation
Packages
»
RInterface
::
Index
next | previous | forward | backward | up |
index
|
toc
RInterface : Index
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
+ RObject
-- add R objects
- RObject
-- subtract R objects
?? RObject
-- create an R NULL object
~ RObject
-- bitwise NOT of an R object, or create a one-sided formula
abs(RObject)
-- absolute value of an R object
acos(RObject)
-- arccosine of an R object
acosh(RObject)
-- hyperbolic arccosine of an R object
asin(RObject)
-- arcsine of an R object
asinh(RObject)
-- hyperbolic arcsine of an R object
atan(RObject)
-- arctangent of an R object
atan2(RObject,RObject)
-- two-argument arctangent of R objects
atan2(RObject,Thing)
-- two-argument arctangent of R objects
atan2(Thing,RObject)
-- two-argument arctangent of R objects
atanh(RObject)
-- hyperbolic arctangent of an R object
Beta(RObject,RObject)
-- beta function of R objects
Beta(RObject,Thing)
-- beta function of R objects
Beta(Thing,RObject)
-- beta function of R objects
binomial(RObject,RObject)
-- binomial coefficient of R objects
binomial(RObject,Thing)
-- binomial coefficient of R objects
binomial(Thing,RObject)
-- binomial coefficient of R objects
ceiling(RObject)
-- ceiling of an R object
conjugate(RObject)
-- complex conjugate of an R object
cos(RObject)
-- cosine of an R object
cosh(RObject)
-- hyperbolic cosine of an R object
Digamma(RObject)
-- digamma function of an R object
Environment
-- evaluate R code
exp(RObject)
-- exponential of an R object
expm1(RObject)
-- exponential minus 1 of an R object
floor(RObject)
-- floor of an R object
Gamma(RObject)
-- gamma function of an R object
imaginaryPart(RObject)
-- imaginary part of an R object
iterator(RObject)
-- iterate through an R object
length(RObject)
-- the length of an R object
library
-- load an R package
listSymbols(RContext)
-- list symbols in an R environment
listSymbols(RObject)
-- list symbols in an R environment
lngamma(RObject)
-- log-gamma function of an R object
log(RObject)
-- natural logarithm of an R object
log1p(RObject)
-- natural logarithm of 1 plus an R object
max(RObject)
-- maximum of an R object
min(RObject)
-- minimum of an R object
NA
-- missing value
net(RObject)
-- R object
new RContext
-- R context
new RContext from String
-- construct an R context
new RFunction from RObject
-- R function
new RFunction from String
-- R function
new RFunction from Thing
-- R function
new RObject from Boolean
-- create an R logical vector from a Boolean
new RObject from CC
-- create an R complex vector from a complex number
new RObject from HashTable
-- create an R environment from a hash table
new RObject from List
-- create an R vector from a list
new RObject from Matrix
-- create an R matrix from a Macaulay2 matrix
new RObject from Nothing
-- create an R NULL object
new RObject from Number
-- create an R double vector from a real or rational number
new RObject from RR
-- create an R double vector from a real or rational number
new RObject from Sequence
-- create an R pairlist from a sequence
new RObject from String
-- create an R character vector from a string
new RObject from Symbol
-- create an R character vector from a symbol
new RObject from ZZ
-- create an R integer vector from an integer
not RObject
-- logical negation of an R object
product(RObject)
-- product of elements of an R object
RContext
-- R context
RContext _ String
-- get a variable from an R context
RContext String
-- evaluate R code in a context
realPart(RObject)
-- real part of an R object
RFunction
-- R function
RInterface
-- interface to R for statistical computing
RObject
-- R object
RObject !
-- factorial of an R object
RObject % RObject
-- modulo of R objects
RObject % Thing
-- modulo of R objects
RObject & RObject
-- bitwise AND of R objects
RObject & Thing
-- bitwise AND of R objects
RObject * RObject
-- multiply R objects
RObject * Thing
-- multiply R objects
RObject + RObject
-- add R objects
RObject + Thing
-- add R objects
RObject - RObject
-- subtract R objects
RObject - Thing
-- subtract R objects
RObject .. RObject
-- R colon operator
RObject .. Thing
-- R colon operator
RObject / RObject
-- divide R objects
RObject / Thing
-- divide R objects
RObject // RObject
-- floor division of R objects
RObject // Thing
-- floor division of R objects
RObject : RObject
-- R colon operator
RObject : Thing
-- R colon operator
RObject << RObject
-- bitwise left shift of an R object
RObject << Thing
-- bitwise left shift of an R object
RObject == RObject
-- equality of R objects
RObject == Thing
-- equality of R objects
RObject >> RObject
-- bitwise right shift of an R object
RObject >> Thing
-- bitwise right shift of an R object
RObject ? RObject
-- comparison of R objects
RObject ? Thing
-- comparison of R objects
RObject ^ RObject
-- exponentiation of R objects
RObject ^ Thing
-- exponentiation of R objects
RObject ^^ RObject
-- bitwise XOR of R objects
RObject ^^ Thing
-- bitwise XOR of R objects
RObject _ Thing
-- extract a single element of an R object
RObject _ Thing = Thing
-- replace a single element of an R object
RObject | RObject
-- bitwise OR of R objects
RObject | Thing
-- bitwise OR of R objects
RObject ~ RObject
-- create a two-sided R formula
RObject ~ Thing
-- create a two-sided R formula
RObject and RObject
-- logical conjunction of R objects
RObject and Thing
-- logical conjunction of R objects
RObject Array
-- extract multiple elements of an R object
RObject or RObject
-- logical disjunction of R objects
RObject or Thing
-- logical disjunction of R objects
RObject SPACE Array = Thing
-- replace multiple elements of an R object
RObject xor RObject
-- logical exclusive disjunction of R objects
RObject xor Thing
-- logical exclusive disjunction of R objects
round(RObject)
-- rounding of an R object
round(RObject,RObject)
-- rounding of an R object
round(RObject,Thing)
-- rounding of an R object
round(Thing,RObject)
-- rounding of an R object
RQuote
-- create an unevaluated R symbol
RQuote(String)
-- create an unevaluated R symbol
RQuote(Thing)
-- create an unevaluated R symbol
RSymbol
-- look up an R object by name
RSymbol(String)
-- look up an R object by name
RSymbol(Thing)
-- look up an R object by name
RValue
-- evaluate R code
RValue(...,Environment=>...)
-- evaluate R code
RValue(Sequence)
-- evaluate R code
RValue(String)
-- evaluate R code
sin(RObject)
-- sine of an R object
sinh(RObject)
-- hyperbolic sine of an R object
sqrt(RObject)
-- square root of an R object
sum(RObject)
-- sum of elements of an R object
tan(RObject)
-- tangent of an R object
tanh(RObject)
-- hyperbolic tangent of an R object
Thing % RObject
-- modulo of R objects
Thing & RObject
-- bitwise AND of R objects
Thing * RObject
-- multiply R objects
Thing + RObject
-- add R objects
Thing - RObject
-- subtract R objects
Thing .. RObject
-- R colon operator
Thing / RObject
-- divide R objects
Thing // RObject
-- floor division of R objects
Thing : RObject
-- R colon operator
Thing << RObject
-- bitwise left shift of an R object
Thing == RObject
-- equality of R objects
Thing >> RObject
-- bitwise right shift of an R object
Thing ? RObject
-- comparison of R objects
Thing ^ RObject
-- exponentiation of R objects
Thing ^^ RObject
-- bitwise XOR of R objects
Thing | RObject
-- bitwise OR of R objects
Thing ~ RObject
-- create a two-sided R formula
Thing and RObject
-- logical conjunction of R objects
Thing or RObject
-- logical disjunction of R objects
Thing xor RObject
-- logical exclusive disjunction of R objects
toString(RObject)
-- R object
truncate(RObject)
-- truncation of an R object
use(RContext)
-- import R context variables into Macaulay2
value(RObject)
-- convert R object to Macaulay2