jaspGraphsPlotMethods: Methods for interacting with a jaspGraphsPlot

Description Usage Arguments

Description

These methods are mainly convenience functions that ensure things like seq_along work.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S3 method for class 'jaspGraphsPlot'
x[[field]]

## S3 replacement method for class 'jaspGraphsPlot'
x[[field]] <- value

is.jaspGraphsPlot(x)

## S3 method for class 'jaspGraphsPlot'
length(x)

## S3 method for class 'jaspGraphsPlot'
names(x)

Arguments

x

an object of class jaspGraphsPlot

field

the name or index of a subplot

value

the value that should be assigned


vandenman/JASPgraphs documentation built on Dec. 16, 2021, 5:37 p.m.