Skip to contents

Graph of y = f(x).

Super classes

manimR::MObject -> manimR::VMobject -> manimR::ParametricFunction -> FunctionGraph

Methods

Inherited methods


Method new()

Usage

FunctionGraph$new(f, x_range = c(-5, 5, 0.1), ...)


Method clone()

The objects of this class are cloneable with this method.

Usage

FunctionGraph$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.