Chapter 12: Program Application
214
Chapter 12: Program Application
214
StatGraph
Misc - Statistics(1)
Syntax 1: StatGraph
<StatGraph number 1 to 9>,
{On ; Off}, Graph Type 1,
x
List,
y
List, FreqList (or 1),
Plot Type
Syntax 2: StatGraph
<StatGraph number 1 to 9>,
{On ; Off}, Graph Type 2,
x
List,
y
List, FreqList (or 1)
Syntax 3: StatGraph
<StatGraph number 1 to 9>,
{On ; Off}, Graph Type 3,
x
List,
y
List
Syntax 4: StatGraph
<StatGraph number 1 to 9>,
{On ; Off}, Graph Type 4,
x
List, FreqList (or 1)
Syntax 5: StatGraph
<StatGraph number 1 to 9>,
{On ; Off}, Graph Type 5,
x
List, Plot Type
Function: Configures statistical graph settings.
Description:
x
List: Name of list for storing
x
-axis data
y
List: Name of list for storing
y
-axis data
FreqList: Name of list for storing frequency of “
x
List”
and “
y
List” data
Graph Type 1:
Scatter
,
xy
Line
Graph Type 2:
LinearR
,
MedMed
,
QuadR
,
CubicR
,
QuartR
,
LogR
,
ExpR
,
abExpR
,
PowerR
Graph Type 3:
SinR
,
LogisticR
Graph Type 4:
Histogram
,
MedBox
,
ModBox
,
NDist
,
Broken
Graph Type 5:
NPPlot
Plot Type:
Square
,
Cross
,
Dot
,
Ldot
StatGraphSel
Misc - Statistics(1)
Syntax: StatGraphSel
{On ; Off} {,"Reg," ; ,"Graph"}
Function: Turns statistical graphing on or off.
Description:
• “Reg” selects Previous Reg.
• “Graph” selects Graph Function.
• Skipping “Reg” and “Graph” turns StatGraph,
Previous Reg, and Graph Function on or off.
Step
Ctrl - For
See
For~To~(Step~)Next
.
StepDisp
Misc - Setup(4)
Function: Used as a
SetSequence
command
argument to specify an option. See
SetSequence
.
StoGMem
Misc - Graph&Table(2)
Syntax: StoGMem
{<variable name> ; <folder name\
file name>}
Function: Assigns a name to GMem data (graph
expression and related information) and stores it.
Description: A folder path can be specified only up to
one level.
Stop
Ctrl - Control
Syntax: Stop
Function: Terminates program execution.
Description: This command terminates all program
execution, including that of the main program when a
subroutine program is running.
StoPict
Misc - Graph&Table(2)
Syntax: StoPict
<picture name>
Function: Assigns a name to a Pict image and stores
it.
StoVWin
Misc - Graph&Table(2)
Syntax: StoVWin
{<variable name> ; <folder name\
file name>}
Function: Assigns a name to View Window values
and stores them.
Description: A folder path can be specified only up to
one level.
StrCmp
Misc - String(1)
Syntax: StrCmp
"<string 1>", "<string 2>", <storage
variable name>
Function: Compares "<string 1>" and "<string
2>" (character code comparison) and assigns the
resulting value to the specified variable.
Description:
• Returns 0 when "<string 1>" = "<string 2>".
• Returns 1 when "<string 1>" > "<string 2>".
• Returns –1 when "<string 1>" < "<string 2>".
StrInv
Misc - String(1)
Syntax: StrInv
"<string>", <storage variable name>
Function: Inverts the sequence of a string and assigns
the resulting string to a variable.
StrJoin
Misc - String(1)
Syntax: StrJoin
"<string 1>", "<string 2>", <storage
variable name>
Function: Joins "<string 1>" and "<string 2>" and then
assigns the resulting string to the specified variable.
StrLeft
Misc - String(1)
Syntax: StrLeft
"<string>",
n
, <storage variable
name>
Function: Copies a string up to the
n
th character
from the left, and assigns the resulting string to the
specified variable.
StrLen
Misc - String(1)
Syntax: StrLen
"<string>", <storage variable name>
Function: Determines the length of a string (the
number of its characters) and assigns the resulting
value to the specified variable.