RFuncA Property

The RFuncA property returns or sets the R equation as a function of A in a polar function plot. Returns a String.

Syntax

object.RFuncA

object.RFuncA = RFuncA

 

Parameter Type Description
RFuncA String required, function equation, see Mathematical Functions

 

Remarks

This setting is used when the Parametric property is set to false.

Example

This example shows how to set the equation for R as a function of A.

FunctionPlot.RFuncA = "3*A+2"

 

Used by: AutoPolarFunction object