search for: christoffersen

Displaying 20 results from an estimated 27 matches for "christoffersen".

2016 Aug 12
2
loosing audio from one end after 5 min.
...s it happen every time at the 5 minute work? > 2) Have you done a dump on the client side to see if the NAT device is > dropping the packets? > 3) Is the phone behind a load balance internet connection and is the RTP > port changing? > > > On Thu, Aug 11, 2016 at 5:33 PM, Jonas Christoffersen <jonc at showitmedia.eu > > wrote: > >> Hi all, >> >> Just installed Asterisk 13 on CentOS 7 and have run into a problem. >> >> The Scenario is this: >> >> Asterisk is on the internet >> the Phone, a D40, is behind NAT >> >> So...
2016 Aug 11
2
loosing audio from one end after 5 min.
...isk console does not reveal anything. Actually I can see from the RTP debug that RTP packages are send and received even after lose of the audio. So does anyone have any ideas where to look for the problem or perhaps a solution? >>Med venlig hilsen / Kind Regards, >> >>Jonas Christoffersen >> >> >>Slotsbryggen 14 A-D >>DK-4800 Nyk?bing F. >> >>Tel. +45 3841 0960 >>www.showitmedia.eu >>jonc at showitmedia.eu >> >> >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://list...
2009 Sep 11
1
bar chart with means - using ggplot
...<- data.frame(meanprice,cut);ggdata ggplot(ggdata,aes(y=meanprice,x=cut)) + geom_bar(fill="grey50",stat='identity') Felipe D. Carrillo Supervisory Fishery Biologist Department of the Interior US Fish & Wildlife Service California, USA --- On Fri, 9/11/09, Andreas Christoffersen <achristoffersen at gmail.com> wrote: > From: Andreas Christoffersen <achristoffersen at gmail.com> > Subject: bar chart with means - using ggplot > To: "ggplot2" <ggplot2 at googlegroups.com> > Date: Friday, September 11, 2009, 1:50 PM > > In the hel...
2007 Jul 17
1
data.restore() in R 2.5.1 for Windows 95 and later
...t;) : no function 'data' could be found In addition, I tried > dget("filepath/filename") and it was taking a very long time to import the desired data dump objects which previously took a shorter time using data.restore in SPlus. Any help is much appreciated! Thanks, Brad Christoffersen Graduate Student University of Arizona
2020 Oct 19
1
Is there any way to check the class of an ALTREP?
...ect is an ALTREP that is defined in my package. Since the ALTREP definition involves an ` R_altrep_class_t` object and a class name, I will expect to see a method defined in R to retrieve such information. I hope this can clarify my question. Best, Jiefei On Mon, Oct 19, 2020 at 5:38 PM Benjamin Christoffersen <boennecd at gmail.com> wrote: > > You happened to send a link which points to the OP's own package :) I > > think Jiefei would like to know how one can "officially" determine if an > > arbitrary ALTERP object belongs to a class that he owns. > Argh, I am s...
2020 Oct 19
2
Is there any way to check the class of an ALTREP?
Benjamin, You happened to send a link which points to the OP's own package :) I think Jiefei would like to know how one can "officially" determine if an arbitrary ALTERP object belongs to a class that he owns. Regards, Denes On 10/19/20 10:22 AM, Benjamin Christoffersen wrote: > It seems as if you can you use the ALTREP macro as done in this > package: https://github.com/Jiefei-Wang/SharedObject/blob/804b6ac58c63a4bae95343ab43e8b1547b07ee6b/src/C_interface.cpp#L185 > > and in base R: https://github.com/wch/r-source/blob/54fbdca9d3fc63437d9e697f442d327...
2007 Sep 10
1
overlay lattice histograms with goodness-of-fit pdfs
...ogram function above [SomeKindOfPDF] ~ [x-range] | month * station which will plot the PDF with the appropriate factors (month and station). All I'm looking for is for someone to get me going in the right direction with a useful package or function to use. Any help is much appreciated! Brad Christoffersen
2018 Nov 26
1
Suggestion for `glm.fit`
....1252 #R [4] LC_NUMERIC=C #R [5] LC_TIME=English_United States.1252 #R #R attached base packages: #R [1] stats graphics grDevices utils datasets methods #R [7] base #R #R loaded via a namespace (and not attached): #R [1] compiler_3.5.1 tools_3.5.1 yaml_2.1.18 Sincerely yours, Benjamin Christoffersen
2009 Apr 26
7
Bumps chart in R
Hi there, I would like to make a 'bumps chart' like the ones described e.g. here: http://junkcharts.typepad.com/junk_charts/bumps_chart/ Purpose: I'd like to plot the proportion of people in select countries living for less then one USD pr day in 1994 and 2004 respectively. I have already constructed a barplot - but I think a bumps chart would be better # The barplot and data
2008 Mar 31
2
convert delimited string to vector
Hi R Users, Simple question: How might I convert the text "a, b, c" (or for that matter "a b c" with any delimiter - space, comma, etc.) into a 3-element character vector? [1] a b c Thanks, Brad
2006 Oct 05
3
mean relative differences from all.equal() (PR#9276)
Full_Name: Brad Christoffersen Version: 2.3.1 OS: Windows XP Submission from: (NULL) (128.196.193.132) Why is the difference between two numbers so different from the "mean relative difference" output from the all.equal() function? Is this an artifact of the way R stores numerics? I could not find this problem as I...
2009 May 24
2
help with replacing factors
Hi, In the example dataset below - how can I cahnge "gray20", to "blue" # data black <- rep(c("black","red"),10) gray <- rep(c("gray10","gray20"),10) black_gray <- data.frame(black,gray) # none of this desperate things works # replace(black_gray$gray, gray=="gray20","red") #
2009 Apr 27
3
Formatting numbers
...e: R 64-bit for Ubuntu 9.04 64-bit (Dirk Eddelbuettel) > 84. Re: Rmpi failing to install with all latest MPI packages and > config arguments (Vince Fulco) > 85. Re: function returns R object with name based on input > (Jennifer Brea) > 86. Bumps chart in R (Andreas Christoffersen) > 87. Re: eager to learn how to use "sapply", "lapply", ... > (hadley wickham) > 88. Re: Bumps chart in R (hadley wickham) > 89. Re: Bumps chart in R (Gabor Grothendieck) > 90. RODBC - XLSX files - dropping/clearing sheets (Daniel Bradley) > 91...
2009 Apr 21
3
ggplot2 - boxplot of variables / columns
Hi, ggplot/qplot is great - it has really helped me do some nice things. However, simple boxplot of different columns/variables is a bit tricky, because of (i think) qplot's generic Y conditional on X input form. Se below. # Some data: a <- rnorm(100) b <- rnorm(100,1,2) c <- rnorm(100,2,0.5) # normal boxplot of a,b,c boxplot(a,b,c) # Looks good library(ggplot2) # loads qqplot2 #
2004 Sep 10
1
[Flac-users] MIME-type for FLAC
I have searched in the docs and can't find this anywhere. JReceiver is looking to add support for FLAC and my suggestion. Can anyone tell me what that might be? Maybe "audio/x-flac"? Thanks for the help. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac/attachments/20020725/38ec026f/attachment.html
2020 Oct 19
0
Is there any way to check the class of an ALTREP?
...You happened to send a link which points to the OP's own package :) I > think Jiefei would like to know how one can "officially" determine if an > arbitrary ALTERP object belongs to a class that he owns. > > Regards, > Denes > > > On 10/19/20 10:22 AM, Benjamin Christoffersen wrote: > > It seems as if you can you use the ALTREP macro as done in this > > package: https://github.com/Jiefei-Wang/SharedObject/blob/804b6ac58c63a4bae95343ab43e8b1547b07ee6b/src/C_interface.cpp#L185 > > > > and in base R: https://github.com/wch/r-source/blob/54fbdca9d3fc...
2010 Jan 26
1
add points to 3D plot using p3d {onion}
Hi, Can anyone guide me as to how I can add points to a p3d() plot from the onion package?? I want to plot points with different colors on the same 3D plot.? Perhaps I can do this without adding points but somehow directing the 'h' parameter to give different color to points based on a factor I assign to them? FYI, I can do this using using scatterplot3d() and points3d(), but these plots
2005 Jul 12
0
Re: flashing divs in IE with use of BlindUp andBlindDown
...al problem (IE only).... http://sample.redlinesoftware.com/flash_test.html and using an updated effects.js with the changes... http://sample.redlinesoftware.com/flash_test2.html The rendering in firefox though still looks way off compared to IE in this case. Thanks, Andrew On 6/30/05, Marc Juul Christoffersen <marcjc@gmail.com> wrote: > looks like this is caused by IE not liking a width or height of 0 > > change your BlindDown to: > > Effect.BlindDown = function(element) { > $(element).style.height = ''1px''; > $(element).style.overflow = ''hidd...
2020 Oct 19
2
Is there any way to check the class of an ALTREP?
Hi all, I would like to determine if an ALTREP object is from my package, I see there is a function `ALTREP_CLASS` defined in RInternal.h but its return value is neither a `R_altrep_class_t` object nor an STRSXP representing a class name. I do not know how to correctly use it. Any suggestions? Thanks, Jiefei [[alternative HTML version deleted]]
2009 Aug 13
1
"helper" lines in plot. From point to axis.
This is a very basic question. I am just wondering if there is a function where i can choose a vector of points, and them helper lines are drawn. I am asking because lines seams to be a cumbersome way to do this. E.g. x <- 1:36 plot(log(x,1.1),xlab="Number of months", ylab="Visits(1000)",main="webpage visits") abline(h=log(12,1.1),col="red",lty=2)