The robjects package
Class diagram
digraph inheritance53be5cfb4d {
bgcolor=transparent;
fontsize=12;
rankdir=LR;
ratio=compress;
size="8.0, 12.0";
"ABC" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="Helper class that provides a standard way to create an ABC using"];
"ABCMeta" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="Metaclass for defining Abstract Base Classes (ABCs)."];
"Array" [URL="vector.html#rpy2.robjects.vectors.Array",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="An R array"];
"Vector" -> "Array" [arrowsize=0.5,style="setlinewidth(0.5)"];
"BoolArray" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Array" -> "BoolArray" [arrowsize=0.5,style="setlinewidth(0.5)"];
"BoolVector" -> "BoolArray" [arrowsize=0.5,style="setlinewidth(0.5)"];
"BoolMatrix" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Matrix" -> "BoolMatrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"BoolVector" -> "BoolMatrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"BoolSexpVector" [URL="rinterface.html#rpy2.rinterface.BoolSexpVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Array of booleans."];
"NumpyArrayMixin" -> "BoolSexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"SexpVector" -> "BoolSexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"BoolVector" [URL="vector.html#rpy2.robjects.vectors.BoolVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Vector of boolean (logical) elements"];
"Vector" -> "BoolVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"BoolSexpVector" -> "BoolVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ByteArray" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Array" -> "ByteArray" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ByteVector" -> "ByteArray" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ByteMatrix" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Matrix" -> "ByteMatrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ByteVector" -> "ByteMatrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ByteSexpVector" [URL="rinterface.html#rpy2.rinterface.ByteSexpVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Array of bytes."];
"NumpyArrayMixin" -> "ByteSexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"SexpVector" -> "ByteSexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ByteVector" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="Vector of byte elements"];
"Vector" -> "ByteVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ByteSexpVector" -> "ByteVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ClassRepresentation" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="Definition of an R S4 class"];
"RS4" -> "ClassRepresentation" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ComplexArray" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Array" -> "ComplexArray" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ComplexVector" -> "ComplexArray" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ComplexMatrix" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Matrix" -> "ComplexMatrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ComplexVector" -> "ComplexMatrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ComplexSexpVector" [URL="rinterface.html#rpy2.rinterface.ComplexSexpVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top"];
"SexpVector" -> "ComplexSexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ComplexVector" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="Vector of complex elements"];
"Vector" -> "ComplexVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ComplexSexpVector" -> "ComplexVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"DataFrame" [URL="vector.html#rpy2.robjects.vectors.DataFrame",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="R 'data.frame'."];
"ListVector" -> "DataFrame" [arrowsize=0.5,style="setlinewidth(0.5)"];
"DateVector" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="Representation of dates as number of days since 1/1/1970."];
"FloatVector" -> "DateVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"DocstringProperty" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"DocumentedSTFunction" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"SignatureTranslatedFunction" -> "DocumentedSTFunction" [arrowsize=0.5,style="setlinewidth(0.5)"];
"DoubleExtractDelegator" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="Delegate the R 'extraction' (\"[[\") and \"replacement\" (\"[[<-\")"];
"ExtractDelegator" -> "DoubleExtractDelegator" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ExtractDelegator" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="Delegate the R 'extraction' (\"[\") and 'replacement' (\"[<-\")"];
"FactorVector" [URL="vector.html#rpy2.robjects.vectors.FactorVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Vector of 'factors'."];
"IntVector" -> "FactorVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"FloatArray" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Array" -> "FloatArray" [arrowsize=0.5,style="setlinewidth(0.5)"];
"FloatVector" -> "FloatArray" [arrowsize=0.5,style="setlinewidth(0.5)"];
"FloatMatrix" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Matrix" -> "FloatMatrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"FloatVector" -> "FloatMatrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"FloatSexpVector" [URL="rinterface.html#rpy2.rinterface.FloatSexpVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top"];
"NumpyArrayMixin" -> "FloatSexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"SexpVector" -> "FloatSexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"FloatVector" [URL="vector.html#rpy2.robjects.vectors.FloatVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Vector of float (double) elements"];
"Vector" -> "FloatVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"FloatSexpVector" -> "FloatVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"Formula" [URL="robjects_formulae.html#rpy2.robjects.Formula",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top"];
"RObjectMixin" -> "Formula" [arrowsize=0.5,style="setlinewidth(0.5)"];
"Sexp" -> "Formula" [arrowsize=0.5,style="setlinewidth(0.5)"];
"Function" [URL="robjects_functions.html#rpy2.robjects.functions.Function",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Python representation of an R function."];
"RObjectMixin" -> "Function" [arrowsize=0.5,style="setlinewidth(0.5)"];
"SexpClosure" -> "Function" [arrowsize=0.5,style="setlinewidth(0.5)"];
"IntArray" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Array" -> "IntArray" [arrowsize=0.5,style="setlinewidth(0.5)"];
"IntVector" -> "IntArray" [arrowsize=0.5,style="setlinewidth(0.5)"];
"IntMatrix" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Matrix" -> "IntMatrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"IntVector" -> "IntMatrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"IntSexpVector" [URL="rinterface.html#rpy2.rinterface.IntSexpVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top"];
"NumpyArrayMixin" -> "IntSexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"SexpVector" -> "IntSexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"IntVector" [URL="vector.html#rpy2.robjects.vectors.IntVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Vector of integer elements"];
"Vector" -> "IntVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"IntSexpVector" -> "IntVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ListSexpVector" [URL="rinterface.html#rpy2.rinterface.ListSexpVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="R list."];
"SexpVector" -> "ListSexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ListVector" [URL="vector.html#rpy2.robjects.vectors.ListVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="R list (vector of arbitray elements)"];
"Vector" -> "ListVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ListSexpVector" -> "ListVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"Matrix" [URL="vector.html#rpy2.robjects.vectors.Matrix",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="An R matrix"];
"Array" -> "Matrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"NumpyArrayMixin" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="Numpy-specific API for accessing the content of a numpy array."];
"POSIXct" [URL="vector.html#rpy2.robjects.vectors.POSIXct",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Representation of dates as seconds since Epoch."];
"POSIXt" -> "POSIXct" [arrowsize=0.5,style="setlinewidth(0.5)"];
"FloatVector" -> "POSIXct" [arrowsize=0.5,style="setlinewidth(0.5)"];
"POSIXlt" [URL="vector.html#rpy2.robjects.vectors.POSIXlt",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Representation of dates with a 11-component structure"];
"POSIXt" -> "POSIXlt" [arrowsize=0.5,style="setlinewidth(0.5)"];
"ListVector" -> "POSIXlt" [arrowsize=0.5,style="setlinewidth(0.5)"];
"POSIXt" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="POSIX time vector. This is an abstract class."];
"ABC" -> "POSIXt" [arrowsize=0.5,style="setlinewidth(0.5)"];
"PairlistSexpVector" [URL="rinterface.html#rpy2.rinterface.PairlistSexpVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="R pairlist."];
"SexpVector" -> "PairlistSexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"PairlistVector" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="R pairlist vector."];
"Vector" -> "PairlistVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"PairlistSexpVector" -> "PairlistVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"R" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="Singleton representing the embedded R running."];
"RObjectMixin" [URL="robjects_robjects.html#rpy2.robjects.robject.RObjectMixin",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Class to provide methods common to all RObject instances."];
"RS4" [URL="robjects_oop.html#rpy2.robjects.methods.RS4",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Python representation of an R instance of class 'S4'."];
"RObjectMixin" -> "RS4" [arrowsize=0.5,style="setlinewidth(0.5)"];
"SexpS4" -> "RS4" [arrowsize=0.5,style="setlinewidth(0.5)"];
"RS4Auto_Type" [URL="robjects_oop.html#rpy2.robjects.methods.RS4Auto_Type",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="This type (metaclass) takes an R S4 class"];
"ABCMeta" -> "RS4Auto_Type" [arrowsize=0.5,style="setlinewidth(0.5)"];
"RS4_Type" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"ABCMeta" -> "RS4_Type" [arrowsize=0.5,style="setlinewidth(0.5)"];
"Sexp" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="Base class for R objects."];
"SupportsSEXP" -> "Sexp" [arrowsize=0.5,style="setlinewidth(0.5)"];
"SexpClosure" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Sexp" -> "SexpClosure" [arrowsize=0.5,style="setlinewidth(0.5)"];
"SexpS4" [URL="rinterface.html#rpy2.rinterface.SexpS4",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="R \"S4\" object."];
"Sexp" -> "SexpS4" [arrowsize=0.5,style="setlinewidth(0.5)"];
"SexpVector" [URL="rinterface.html#rpy2.rinterface.SexpVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Base abstract class for R vector objects."];
"Sexp" -> "SexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"SignatureTranslatedFunction" [URL="robjects_functions.html#rpy2.robjects.functions.SignatureTranslatedFunction",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Python representation of an R function, where"];
"Function" -> "SignatureTranslatedFunction" [arrowsize=0.5,style="setlinewidth(0.5)"];
"StrArray" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Array" -> "StrArray" [arrowsize=0.5,style="setlinewidth(0.5)"];
"StrVector" -> "StrArray" [arrowsize=0.5,style="setlinewidth(0.5)"];
"StrMatrix" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Matrix" -> "StrMatrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"StrVector" -> "StrMatrix" [arrowsize=0.5,style="setlinewidth(0.5)"];
"StrSexpVector" [URL="rinterface.html#rpy2.rinterface.StrSexpVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="R vector of strings."];
"SexpVector" -> "StrSexpVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"StrVector" [URL="vector.html#rpy2.robjects.vectors.StrVector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Vector of string elements"];
"Vector" -> "StrVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"StrSexpVector" -> "StrVector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"SupportsSEXP" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled];
"Vector" [URL="vector.html#rpy2.robjects.Vector",color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,target="_top",tooltip="Vector(seq) -> Vector."];
"RObjectMixin" -> "Vector" [arrowsize=0.5,style="setlinewidth(0.5)"];
"VectorOperationsDelegator" [color=darkgray,fillcolor=gray93,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=12,height=0.25,shape=box,style=filled,tooltip="Delegate operations such as __getitem__, __add__, etc..."];
}