jaspGraphsPlotMethods: Methods for interacting with a jaspGraphsPlot

jaspGraphsPlotMethodsR Documentation

Methods for interacting with a jaspGraphsPlot

Description

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

Usage

## 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


jasp-stats/jaspGraphs documentation built on April 20, 2024, 4:13 p.m.