search for: ofset

Displaying 5 results from an estimated 5 matches for "ofset".

Did you mean: offset
2012 Mar 26
0
Pareto frontier plots in three dimensions
...generate four 3-space coordinates to pass to function 'quad' # role : utility call # comment : hardcoded (not the most elegant method) # status : complete # --------------------------------- rect <- function(point, # data point ofset, # transposed origin focus) # "x" "y" "z" { switch(focus, x = { p1 <- c(point[1], point[2], point[3]) p2 <- c(point[1], ofset[2], point[3]) p3 <- c(point[1],...
2011 Jul 26
2
Plotting problems directional or rose plots
...gram? but I can't get it to do what I want. I'm happy to use any library. Essentially, I want a circle with degree slices every 10 degrees with 0 at the top representing north, and 'tick marks' around the outside in 10 degree increments to match the slices (so the slices need to be ofset by 5 degrees so the 0 degree slice actually faces north) I then want to be able to colour in the slices depending on the distance that the factor extends to; so for example the 9000 dist is the largest in the example so should fill the slice, a distance in this plot of 4500 would fill halfway up th...
2005 Jan 31
3
type of list elements in .Call
[Forwarding to r-devel.] Dear People, Here is something I do not understand. Consider ************************************************* foo.cc ************************************************* #include <iostream> #include <R.h> #include <Rinternals.h> using std::cout; using std::endl; extern "C" { SEXP printlst(SEXP lst); } SEXP printlst(SEXP lst) { for(int
1999 Jul 28
1
ESRI shapes --again
...ess function. the problem is if the user wants to project the map all projections will have to be done on the fly as the vertices are accessed. for those who don't know shape files are stored in 3 files, .shp .shx and .dbf the .shp file holds the geometric information, the .shx file holds the ofsets and the record sizes for each shape, and the .dbf file holds the attribute information. which brings me to question 2 2) the .dbf file contains the attribute information, so I basically nead to write another version of read.table to access the dbf file and store it as a data frame (the natural e...
2004 Dec 28
0
Re: smbd blocking in receive_smb (how to trigger procedure - LONG)
..._WRLCK, whence=SEEK_SET, start=256, len=1} > <unfinished ...> > fd 14 is the locking.tdb database here (lsof proof) > > 3. I compiled tdbtool and tried to list the locking database > ==> tdbtool list or dump blocks each time at the same place in the > locking.tdb same ofset as the other smbd ! > > 4. I removed the FIFO (rm) > > 5. my first smbd then terminated properly > > 6. all the other blocked smbd terminated properly > > 7. smbstatus showed ghost locks (pid no more present) > > 8. smbclient -L localhost ... cleaned up the database a...