similar to: Setting global variables in a function

Displaying 20 results from an estimated 40000 matches similar to: "Setting global variables in a function"

2008 Apr 21
1
Use of recordPlot
I am trying to save plots that I create using calls to windows() folowed by multiple calls to plot to place several plots on a page. I want to store the plots as variables to be able to recall them later. The documentation states: "Recorded plot histories are of class "SavedPlots". They have a print method, and a subset method. As the individual plots are of class
2004 May 09
2
windows(record=T) loses last plot (PR#3663)
The audit trail indicates that PR#3663 is not reproducible and/or fixed, but I believe windows(record=T) is still not working as documented: windows(record=T) for(i in 1:5) plot(0, 0, cex=4, pch=as.character(i)) After cycling through the plots with PgUp and PgDn, the user finds out that plot 5 is lost. Indeed, .SavedPlots reports that only 4 plots were saved. I'm running the example in
2007 Mar 06
5
Recalling and printing multiple graphs. Is there something in the HISTORY menu that will help?
I have written an R function that produces multiple graphs. I use par(ask=TRUE) to allow for the inspection of each graph before the next graph is drawn. I am looking for a way to recall all graphs drawn in an R session, and a method that can be used to print all the graphs at one time. I know that I could simply print each graph after I inspect the graph, but this gets tiresome if one's
2006 Sep 11
5
Successive Graphs
Hello! I have written an R script on a Windows platform where I calculate eight result matrices I plot using matplot. I would like to display the resulting plots successively, rather than simultaneously, and I was wondering if anyone could point me in the right direction as to how to do this. The graphs pop up in this manner by default when I run my script in S-PLUS, with tabs separating them so I
2007 Jul 23
2
doubt about options(graphics.record=T)
Hi all, I've been using R under WindowsXP. So, where the R stores the graphic archives (don't saved) if I use the option options(graphics.record=T) inside of Rprofile.site file? Regards, -- /////\\\\\/////\\\\\/////\\\\\/////\\\\\ Jose Claudio Faria Brasil/Bahia/UESC/DCET Estatistica Experimental/Prof. Titular joseclaudio.faria em terra.com.br joseclaudio.faria em
2019 Mar 10
4
internal call record
Hello Mynum: 6001 , Othernum: 6002. I can record as follows. But I do not enter individual records for each internal required. I want to do it more smoothly with a Macro. Thanks. exten => _6001,1,NoOp() exten => _6001,n,MixMonitor(${UNIQUEID}.wav,ab) exten => _6001,n,Dial(SIP/6001,20) exten => _6001,n,StopMixMonitor() exten => _6001,n,Hangup() On Sat, Mar 9, 2019 at 6:50 PM
2023 Jan 08
1
Global variables in global variables
Hi. I have a very old dialplan (ie: a dialplan for a very old version of Asterisk) which I've just transferred to Asterisk 16.28.0 The [globals] section of that dialplan includes: Kphones=SIP/KC470IP&SIP/KSnom870 Sphones=SIP/SYealinkT38G&SIP/SGC610IP Allphones=${Kphones}&${Sphones} In the old system, this results in ${Allphones} containing:
2013 Apr 12
3
Error loading workspaces after upgrade
An embedded and charset-unspecified text was scrubbed... Name: nem el?rhet? URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130412/f2e12b77/attachment.pl>
2023 Jan 26
1
Global variables in global variables
On 1/26/2023 5:16 AM, Antony Stone wrote: > It does not work if it's written in AEL - assigning global variables works, > but the above does not. I've created a JIRA issue[1] for this as well as a proposed patch[2]. Assuming all goes well this should work in future releases. Kind regards, Sean 1. https://issues.asterisk.org/jira/browse/ASTERISK-30406 2.
2023 Jan 25
1
Global variables in global variables
On Wednesday 25 January 2023 at 00:38:25, John Novack wrote: > You have posted the same message several times in the last few days!! I think it has become clear that I did this not because I was getting no answers, but because my question was not appearing on the list. > I would assume no one has an answer to your question, at least on this > list. It seems most have migrated to
2023 Jan 18
1
Global variables in global variables
Hi. I have a very old dialplan (ie: a dialplan for a very old version of Asterisk) which I've just transferred to Asterisk 16.28.0 The [globals] section of that dialplan includes: Kphones=SIP/KC470IP&SIP/KSnom870 Sphones=SIP/SYealinkT38G&SIP/SGC610IP Allphones=${Kphones}&${Sphones} In the old system, this results in ${Allphones} containing:
2023 Jan 26
1
Global variables in global variables
On Wednesday 25 January 2023 at 19:17:04, Daniel wrote: > Asterisk 20.1.0 > > [globals] > Sphones=SIP/SYealinkT38G&SIP/SGC610IP > Kphones=SIP/KC470IP&SIP/KSnom870 > Allphones=${Sphones}&${Kphones} > > -s*CLI> dialplan show globals > Allphones=SIP/KC470IP&SIP/KSnom870&SIP/SYealinkT38G&SIP/SGC610IP >
2000 Jun 23
1
Re: undocumented behaviour of recordPlot (PR#578)
On Thu, Jun 22, 2000 at 05:01:32PM +0200, p.dalgaard@biostat.ku.dk wrote: > I think this is pretty certainly a bug, so I'm cc'ing this to r-bugs. > > -p > > Kaspar Pflugshaupt <pflugshaupt@geobot.umnw.ethz.ch> writes: > > As the documentation states, when I generate a plot and save it with > > recordPlot, I can regenerate it by printing the variable:
2000 Jun 23
1
Re: undocumented behaviour of recordPlot (PR#578)
On Thu, Jun 22, 2000 at 05:01:32PM +0200, p.dalgaard@biostat.ku.dk wrote: > I think this is pretty certainly a bug, so I'm cc'ing this to r-bugs. > > -p > > Kaspar Pflugshaupt <pflugshaupt@geobot.umnw.ethz.ch> writes: > > As the documentation states, when I generate a plot and save it with > > recordPlot, I can regenerate it by printing the variable:
2000 Jan 28
1
Activating Graphics History
I'm having trouble finding documentation on how to activate the "record graphics history" option via a command line (as opposed to having to use the menu). I would like to store a series of graphics. The readme says: `The History menu allows the recording of plots. When plots have been recorded they can be reviewed by PgUp and PgDn, saved and replaced. Recording can be turned
2007 Aug 03
2
Managing global/local variables when creating R packages
I'm working on a package for R to create graphs for modeling interactions between latent variables in SEM. At the moment, I have one function which performs the necessary steps to prepare the data for graphing, and then separate graphing functions depending on what graph type (or types) the user wants. To get the prepped data from the setup function to the graphing functions, I
2009 Feb 20
1
Cycle through graphs
Hi, How do you set up the graphics window so that when clicked by the mouse; it cycles through your different plots? ie, run a function with multiple graphs in it: one graphics window pops up and clicking it goes to the next graph. I have seen this done before but cannot remember how to replicate it. Thanks in advance. W. [[alternative HTML version deleted]]
2023 Jan 25
1
Global variables in global variables
Le 25/01/2023 à 17:56, Antony Stone a écrit : > On Wednesday 25 January 2023 at 16:46:14, Daniel wrote: > > On Sunday 01 January 2023 at 17:30:03, Antony Stone wrote: > >>> The [globals] section of that dialplan includes: >>> >>> Kphones=SIP/KC470IP&SIP/KSnom870 >>> Sphones=SIP/SYealinkT38G&SIP/SGC610IP >>>
2005 Feb 01
1
Hugh image created from modest data
Dear R users, I am running R2.1 on windows XP SP2. I have a problem that I fear I am providing insufficient information to resolve. But if anyone can suggest directions to understand the problem I would be most grateful. I import modest datasets which create a list of data frames (primary data object) amounting to 15.9Mb when measured internally by object.size() . The sizes of the list
2019 Mar 09
2
internal call record
> Show us the parts of your dial plan which: > > a) work for recording incoming / outgoing calls > > b) do not work for recording internal calls > > then we might be able to give you a clue what's wrong. Hello For example: My phone number is 1000, the other's number is 1001. These numbers are in the same PBX (asterisk). I want 1000, 1001 can call to record audio