search for: yahooplaintext

Displaying 3 results from an estimated 3 matches for "yahooplaintext".

2017 Jul 10
1
add a color bar
Hi all,the code you will find at the bottom of the screen creates a 3d diagram of antenna measurements. I am adding also to this Figure a color bar,and I wanted to ask you if I can add a color bar (which package?) that will scale as the windows is maximized. My current color bar is a bit too rought and gets pixelized each time I maximize the window. Any suggestions?I would like to thank you for
2017 Jun 01
0
Post for R
Hi Carrie, You may have a problem with this if some subsets are empty: L3<-lapply(split(df,cut(df$max,seq(0,1,by=0.01))), split,cut(df$submax,seq(0,0.2,by=0.02))) Jim On Thu, Jun 1, 2017 at 12:48 PM, carrie wang via R-help <r-help at r-project.org> wrote: > > Hello, > I want to split the dataframe into 1000 groups based on two column values(max value and second max value).
2017 Jun 01
3
Post for R
Hello,? I want to split the dataframe into 1000 groups based on two column values(max value and second max value). First, I made two lists L1 and L2. ?L1 is the list divided into 100 groups based on the range of max value and L2 is divided into 10 groups based on the second max values. Now I want to do the combinations based on L1 and L2. I want to do a for loop for L1 and for each element in L1,