RFuncT Property
The RFuncT property returns or sets the R equation as a function of T in a polar function plot. Returns a String.
Syntax
object.RFuncT
object.RFuncT = YFuncT
Parameter | Type | Description |
RFuncT | String | required, function equation, see Mathematical Functions |
Remarks
This setting is used when the Parametric Property is set to true.
Example
This example shows how to set an equation for R as a function of T.
FunctionPlot.RFuncT = "3*T+2"
Used by: AutoPolarFunction object