Meta tags:
Headings (most frequently used words):
get, class, definition, getclass, description, usage, arguments, details, value, references, see, also, examples, methods, package, documentation, browse, packages, we, want, your, feedback,
Text of the page (most frequently used words):
class (71), the (51), for (30), #methods (24), package (23), classes (16), definition (15), and (14), object (12), from (12), method (12), objects (11), documentation (10), functions (10), definitions (10), getclass (10), generic (9), packages (8), environment (8), function (7), create (7), get (7), where (7), are (6), that (5), find (5), with (5), name (5), force (5), getclassdef (5), code (4), your (4), can (4), language (4), other (4), used (4), basic (4), formal (4), defined (4), generate (4), names (4), non (4), call (4), methodslist (4), use (4), true (4), null (4), attribute (4), list (3), test (3), inherited (3), corresponding (3), show (3), setclass (3), represent (3), representation (3), new (3), defunct (3), classrepresentation (3), cld (3), thisisanundefinedclass (3), not (3), which (3), cache (3), will (3), false (3), inherits (3), information (2), embedding (2), remove (2), this (2), website (2), github (2), note (2), support (2), you (2), should (2), run (2), rdrr (2), home (2), improve (2), page (2), what (2), internally (2), substitutedirect (2), slots (2), signature (2), all (2), style (2), inheritance (2), group (2), version (2), setclassunion (2), super (2), utilities (2), prototype (2), reference (2), managing (2), shell (2), associated (2), types (2), methodwithnext (2), skeleton (2), file (2), deprecated (2), linearmethodslist (2), initialize (2), versions (2), look (2), argument (2), description (2), internal (2), empty (2), try (2), also (2), returned (2), value (2), returns (2), calls (2), error (2), case (2), but (2), must (2), loaded (2), only (2), any (2), string (2), default (2), search (2), undefined (2), close, more, customizing, embed, read, snippets, copy, clipboard, add, following, snippet, personal, blog, ian, mutexlabs, com, issue, tracker, tweet, rdrrhq, provide, technical, individual, contact, authors, want, feedback, forge, bioconductor, cran, browse, online, submit, extra, info, optional, have, suggestion, looking, its, content, looks, wrong, builtin, special, zbasicfunslist, validity, validobject, control, tracing, traceclasses, report, about, selection, testinheritedmethods, structures, structureclasses, envrefclass, stdrefclass, slot, specified, showmethods, setsclass, register, old, setoldclass, save, setmethod, set, actions, loading, setloadactions, specify, superclass, explicitly, setis, setgroupgeneric, setgeneric, union, coercing, setas, specific, kinds, selectsuperclasses, extension, relations, sclassextension, s4groupgeneric, contain, s3part, rmethodutils, construct, removemethod, fields, treated, oop, refclass, rclassutils, promptmethods, promptclass, vector, objectswithpackage, structure, nonstructure, nextmethod, utility, plus, compatibility, methodutilities, additional, methodsupport, dispatch, methods_for_s3, methods_for_nongenerics, general, methods_details, methoddefinition, localized, based, localrefclass, elements, languageel, unevaluated, languageclasses, check, sealed, issealedmethod, introduction, inheritedslotnames, manage, implicit, implicitgeneric, hasarg, given, getpackagename, getmethod, tools, genericfunctions, genericfunction, fix, saved, previous, fixprevious, findmethods, findclass, source, without, evalsource, environmentclass, representing, emptymethodslist, signatures, dotsmethods, using, creating, line, including, classname, compute, adjacency, matrix, superclasses, classestoam, classes_details, combine, two, columns, rows, cbind2, coerced, certain, cancoerce, current, callgeneric, data, basicclasses, belong, numeric, built, really, curious, utils, str, whereas, these, errors, examples, isclass, see, chambers, john, 2016, chapman, hall, chapters, extending, references, such, defining, found, while, either, generates, simple, latter, typically, sensible, user, allows, multiple, same, separate, environments, course, limitation, provided, stored, metadata, namespace, they, when, cached, table, therefore, most, fail, unless, searched, details, logical, retrieved, enclosing, asserted, hold, instead, first, place, need, attached, there, usually, comes, some, begin, start, top, level, global, proceed, through, return, otherwise, results, character, often, noted, below, under, arguments, usage, browser, docs,
Text of the page (random words):
getclass get class definition rdrr io find an r package r language docs run r in your browser home r documentation methods getclass get class definition getclass get class definition getclass r documentation get class definition description get the definition of a class usage getclass class force false where getclassdef class where package inherits true arguments class the character string name of the class often with a package attribute as noted below under package force if true return null if the class is undefined otherwise an undefined class results in an error where environment from which to begin the search for the definition by default start at the top level global environment and proceed through the search list package the name or environment of the package asserted to hold the definition if it is a non empty string it is used instead of where as the first place to look for the class note that the package must be loaded but need not be attached by default the package attribute of the class argument is used if any there will usually be a package attribute if class comes from class x for some object inherits logical should the class definition be retrieved from any enclosing environment and also from the cache if false only a definition in the environment where will be returned details class definitions are stored in metadata objects in a package namespace or other environment where they are defined when packages are loaded the class definitions in the package are cached in an internal table therefore most calls to getclassdef will find the class in the cache or fail to find it at all unless inherits is false in which case only the environment s defined by package or where are searched the class cache allows for multiple definitions of the same class name in separate environments with of course the limitation that the package attribute or package name must be provided in the call to value the object defining the class if the class definition is not found getclassdef returns null while getclass which calls getclassdef either generates an error or if force is true returns a simple definition for the class the latter case is used internally but is not typically sensible in user code the non null returned value is an object of class classrepresentation use functions such as setclass and setclassunion to create class definitions references chambers john m 2016 extending r chapman hall chapters 9 and 10 see also classrepresentation setclass isclass examples getclass numeric a built in class cld getclass thisisanundefinedclass force true cld a null prototype if you are really curious utils str cld whereas these generate errors try getclass thisisanundefinedclass try getclassdef thisisanundefinedclass methods as force an object to belong to a class basicclasses classes corresponding to basic data types callgeneric call the current generic function from a method cancoerce can an object be coerced to a certain s4 class cbind2 combine two objects by columns or rows classes s4 class documentation classes_details class definitions classestoam compute an adjacency matrix for superclasses of class classname class names including the corresponding package classrepresentation class class objects documentation using and creating on line documentation for classes and dotsmethods the use of in method signatures emptymethodslist class internal class representing empty methods list environmentclass class environment evalsource use function definitions from a source file without findclass find class definitions findmethods description of the methods defined for a generic function fixprevious fix objects saved from r versions previous to 1 8 genericfunction class generic function objects genericfunctions tools for managing generic functions getclass get class definition getmethod get or test for the definition of a method getpackagename the name associated with a given package hasarg look for an argument in the call implicitgeneric manage implicit versions of generic functions inheritedslotnames names of slots inherited from a super class initialize methods methods to initialize new objects from a class introduction basic use of s4 methods and classes is is an object from a class issealedmethod check for a sealed method or class languageclasses classes to represent unevaluated language objects languageel elements of language objects linearmethodslist class class linearmethodslist localrefclass localized objects based on reference classes methoddefinition class classes to represent method definitions methods s4 class documentation methods defunct defunct functions in package methods methods deprecated deprecated functions in package methods methods_details general information on methods methods_for_nongenerics methods for non generic functions in other packages methods_for_s3 methods for s3 and s4 dispatch method skeleton create a skeleton file for a new method methodslist methodslist objects methodslist class class methodslist defunct representation of methods methods package formal methods and classes methodsupport additional support functions for methods methodutilities utility functions for methods and s plus compatibility methodwithnext class class methodwithnext new generate an object from a class nextmethod call an inherited method nonstructure class a non structure s4 class for basic types objectswithpackage class a vector of object names with associated package names promptclass generate a shell for documentation of a formal class promptmethods generate a shell for documentation of formal methods rclassutils utilities for managing class definitions refclass objects with fields treated by reference oop style removemethod remove a method representation construct a representation or a prototype for a class rmethodutils method utilities s3part s4 classes that contain s3 classes s4groupgeneric s4 group generic functions sclassextension class class to represent inheritance extension relations selectsuperclasses super classes of specific kinds of a class setas methods for coercing an object to a class setclass create a class definition setclassunion classes defined as the union of other classes setgeneric create a generic version of a function setgroupgeneric create a group generic version of a function setis specify a superclass explicitly setloadactions set actions for package loading setmethod create and save a method setoldclass register old style s3 classes and inheritance setsclass create a class definition show show an object showmethods show all the methods for the specified function s or class signature class class signature for method definitions slot the slots in an object from a formal class stdrefclass class envrefclass structureclasses classes corresponding to basic structures substitutedirect substitutedirect testinheritedmethods test for and report about selection of inherited methods traceclasses classes used internally to control tracing validobject test the validity of an object zbasicfunslist list of builtin and special functions what can we improve the page or its content looks wrong i can t find what i m looking for i have a suggestion other extra info optional submit improve this page r package documentation rdrr io home r language documentation run r code online browse r packages cran packages bioconductor packages r forge packages github packages we want your feedback note that we can t provide technical support on individual packages you should contact the package authors for that tweet to rdrrhq github issue tracker ian mutexlabs com personal blog embedding an r snippet on your website add the following code to your website remove this copy to clipboard for more information on customizing the embed code read embedding snippets close
|