diff --git a/man/image-Function-method.Rd b/man/image-Function-method.Rd new file mode 100644 index 0000000..a8def14 --- /dev/null +++ b/man/image-Function-method.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/function_space.R +\name{image,Function-method} +\alias{image,Function-method} +\title{Create two-dimensional plot of a Function} +\usage{ +\S4method{image}{Function}(x, ...) +} +\arguments{ +\item{x}{A \code{Function} generated by \code{Function}} + +\item{...}{Arguments representing graphical options to be passed to \code{\link[plotly]{plot_ly}}.} +} +\value{ +A plotly object +} +\description{ +Create two-dimensional plot of a Function +}