Displaying 2 results from an estimated 2 matches for "n_perc_siz".
Did you mean:
n_perc_size
2002 May 11
1
Custom graphing : Which package (Base, Grid or Lattice package)
...do:
1. create a parent (container) frame
2. Define n (vertically stacked) child windows within the parent (where n is
1,2 or 3)
So the object factory (creator function) would look something like this :
custom.graph.create<- function (win1_perc_size, win2_perc_size, backcolor )
where win*N_perc_size is the % of the HEIGHT of the parent screen assigned
to the Nth child window
The three child windows should share the same x axis (the calender date),
but they would each have
seperate y axis.
In addition the returned object should;
1. allows you to add data to a specified window
( e.g. f...
2002 May 11
0
Cutom graphing : Which package (Base, Grid or Lattice package) ?
...do:
1. create a parent (container) frame
2. Define n (vertically stacked) child windows within the parent (where n is
1,2 or 3)
So the object factory (creator function) would look something like this :
custom.graph.create<- function (win1_perc_size, win2_perc_size, backcolor )
where win*N_perc_size is the % of the HEIGHT of the parent screen assigned
to the Nth child window
The three child windows should share the same x axis (the calender date),
but they would each have
seperate y axis.
In addition the returned object should;
1. allows you to add data to a specified window
( e.g. f...