custom-print: Print functions for RCX and aspect classes

custom-printR Documentation

Print functions for RCX and aspect classes

Description

These functions attempt to print RCX and aspect objects in a more readable form.

Usage

## S3 method for class 'MetaDataAspect'
print(x, ...)

## S3 method for class 'NodesAspect'
print(x, ...)

## S3 method for class 'EdgesAspect'
print(x, ...)

## S3 method for class 'NodeAttributesAspect'
print(x, ...)

## S3 method for class 'EdgeAttributesAspect'
print(x, ...)

## S3 method for class 'NetworkAttributesAspect'
print(x, ...)

## S3 method for class 'CartesianLayoutAspect'
print(x, ...)

## S3 method for class 'CyGroupsAspect'
print(x, ...)

## S3 method for class 'CyVisualPropertyProperties'
print(x, ...)

## S3 method for class 'CyVisualPropertyDependencies'
print(x, ...)

## S3 method for class 'CyVisualPropertyMappings'
print(x, ...)

## S3 method for class 'CyVisualProperty'
print(x, fields = c("all"), ...)

## S3 method for class 'CyVisualPropertiesAspect'
print(x, propertyOf = "all", fields = "all", ...)

## S3 method for class 'CyHiddenAttributesAspect'
print(x, ...)

## S3 method for class 'CyNetworkRelationsAspect'
print(x, ...)

## S3 method for class 'CySubNetworksAspect'
print(x, ...)

## S3 method for class 'CyTableColumnAspect'
print(x, ...)

## S3 method for class 'RCX'
print(x, inofficial = TRUE, ...)

Arguments

x

aspect or RCX object

...

further arguments passed to or from other methods. See base::print()

fields

character; Which fields should be shown, one of properties, dependencies, mappings or all

propertyOf

character; Which properties should be shown, one of network, nodes, edges, nodes:default, edges:default or all

inofficial

logical; if FALSE only the official aspects are printed

Value

prints the object and returns it invisibly (invisible)

See Also

summary

Examples

rcx = createRCX(createNodes())
print(rcx)

frankkramer-lab/RCX documentation built on Feb. 4, 2023, 5:12 p.m.