Questions tagged [spread]

This tag relates to the R spread function. For the javascript spread syntax - please use spread-syntax.

Some of the features are:

  1. Powerful Formula Engine with 300+ Excel Functions
  2. Full Excel Import/Export, PDF, and Print
  3. Support Input, Display, and Data Visualization Controls
  4. Visual Drag-and-Drop Designers
420 questions
0
votes
1 answer

R spread data frame

I have this data set dput: structure(list(Account.Name = c("CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "CMD", "Colimbra", "Colimbra",…
RNN
  • 5
  • 1
  • 2
0
votes
2 answers

How to install spread library on Windows

Ther are many articles about how to install spread library on Linux(1. download source & unzip it 2.run ./config 3. make 4. make install) but seems no article about how to install spread on Windows...... I had downloaded…
maple
  • 15
  • 5
0
votes
2 answers

Spread values across rows Excel

I have two tables (one for purchase order and the other for the invoice) and I want to distribute the quantity from the invoice table to the purchase order invoice quantity column but I want to match the exact quantity from the purchase order…
redviper2100
  • 265
  • 4
  • 15
0
votes
0 answers

Replacement has length zero: can't find the issue with my loop

I'm trying to modify some code from a chapter of Quantitative Trading with R to work with returns instead of raw prices. Everythings to be going okay with the exception of the "PROFIT AND LOSS" section of my code. It keeps returning "Error in…
Emma Jean
  • 507
  • 3
  • 12
0
votes
2 answers

Cocoa Touch - Parsing Spread Sheets?

Im working on some google doc spread sheets and I thought im not sure if cocoa can parsing the spread sheet data so I dont wanna do all this and find out its useless.. if it can be parsed what format should it be in? Thanks!
user377419
  • 4,681
  • 13
  • 42
  • 56
0
votes
1 answer

confusion about Galera cluster work with spread toolkit

I get interested in Galera cluster. The Galera team claims they have flexible adaptor based design for variety of GCS. http://galeracluster.com/products/technology/ Their website said "many gcs implementations can be adapted, we have experimented…
John
  • 67
  • 1
  • 1
  • 9
0
votes
1 answer

Spreading one matrix elements to another with weighted random numbers MATLAB

So I was trying to spread one matrix elements, which were generated with poissrnd, to another with using some bigger (wider?) probability function (for example 100 different possibilities with different weights) to plot both of them and see if the…
Warner
  • 23
  • 3
0
votes
2 answers

#div1's shadow spreads on #div2

I have two floated divs. They are close enough to each other. When I use box-shadow on that divs, one of the shadows spreads on the other one. I want them NOT to spread on their shadows. I've tried z-index, no hope there.. Here my code goes:
user877559
0
votes
1 answer

Using FarPoint Spreads in User Controls

i am using FarPoint Spreads in a Windows Forms Application. To show a spread on several Forms, I created a user control which contains one of my spreads and manages the representation. However the ActiveSheet Property of the Spread seems to always…
H W
  • 2,556
  • 3
  • 21
  • 45
0
votes
1 answer

How to make my bullet go random by Y -+3

How to make my bullet goes form start of X axis to y axis randomized by +3 -3 pixels public void UpdateBullets() { //For each bullet in our bulletlist: Update the movment and if the bulet hits side of the screen remove it form the list …
Vladan899
  • 29
  • 1
  • 9
0
votes
3 answers

Create 1 text file per every 100 Rows Of Data

Let's say: I have 1,000 Rows of separate information in an Excel spreadsheet. (1 Column, 1,000 Rows) I want to save each 100 rows as its own file name. (workbook1.txt, workbook2.txt, workbook3.txt, etc.) Currently, I do this manually: I will…
user3871841
  • 1
  • 1
  • 1
0
votes
1 answer

how to use spread.labels

I have points on the map that are very close to each other and I would like to separate the labels because they are overlapping. I want to use spread.labels command, but I get an error smth along this line: Error in text.default(newx, y + offsets,…
yuliaUU
  • 1,581
  • 2
  • 12
  • 33
0
votes
2 answers

Adding a column to a Farpoint Spread grid

I've never really used Farpoint Spread before, but I have an existing VB.NET application in which I need to add a column to a Spread grid. There is currently some code like: For Each dr As DataRow In g_AdoRS.Rows vaSpreadSum.SetText(1, x,…
intA
  • 2,513
  • 12
  • 41
  • 66
0
votes
1 answer

Mathematical Area Position Number Radius Spread

I'm working on a video game written in C++, and I'm trying to create monster spawns based on a given radius, let's say I define a position like this: Position ( X, Y, Z ) Amount ( Value ) What that code does is the start point is Position, and I…
Raúl Sanpedro
  • 266
  • 4
  • 15
0
votes
2 answers

CSS3 - scale only the box-shadow with jquery

i've found a nice hover effect and i wanted to use it for my project, but in another way, not as a hover effect. I like the 'wave' effect and i hope someone can help me :) The div should fire that effect after a specific delay. Number…
sammy
  • 15
  • 7