Displaying 5 results from an estimated 5 matches for "cpal".
Did you mean:
cal
2008 Jul 09
0
"Rotated Lat-Lon" projection in mapproj
...=TRUE))
## Projected coordinates
coords_lamb<-mapproject(lon,lat,projection="lambert",parameters=c(60.,30.))
xs<-t(matrix(coords_lamb$x,ncol=NCC,nrow=NRC))[,1]
ys<-t(matrix(coords_lamb$y,ncol=NCC,nrow=NRC))[1,]}
## Plot map
filled.contour(xs,ys,Tsd[,,tstep],levels=fillevs,col=cpal,plot.axes={
map('world',projection="lambert",parameter=c(60.,30.),add=TRUE,col="grey");
contour(xs,ys,Tm[,,tstep]-273.15,levels=c(-20:20)*3,add=TRUE);
axis(1,labels=F,tick=F);axis(2,labels=F,tick=F)},main=title) #,asp=1.)
Appreciate your help in advance,
V?ctor.
--...
2009 Oct 09
0
Ruby on Rails POC
Hi,
We recently created a Ruby on Rails POC, which landed us with a
client. More about this initiative at
http://www.articlesbase.com/information-technology-articles/cpal-a-ruby-on-rails-poc-1316554.html
Thanks,
Miti
2017 Jan 24
0
Wine release 2.0
...--------------------------------------------
What's new in Wine 2.0
======================
*** Text and fonts
- More DirectWrite features are implemented, including:
- Drawing of underlines.
- Renderer sees drawing effect associated with text segment.
- Support for color fonts in COLR/CPAL format.
- Initial font fallback support, builtin data for some of CJK ranges.
- Support for Wine-specific font replacement registry settings.
- Improved font metrics resolution in case of incomplete or
ambiguous font data.
- Support for EUDC font collection based on current registry...
2019 Feb 04
0
Wine release 4.1
...gInfo() return actual dwQuota and dwCacheSize.
crypt32: Add support for CERT_COMPARE_KEY_IDENTIFIER to CertFindCertificateInStore.
crypt32: Add support for CRYPT_ACQUIRE_SILENT_FLAG to CryptAcquireCertificatePrivateKey.
crypt32: Simplify the code.
windowscodecs: Implement IWICPalette::InitializeFromBitmap.
gdiplus: Implement GdipInitializePalette.
gdiplus/tests: Add some tests for GdipInitializePalette.
windowscodecs: Add support for converting to 8bppIndexed format.
windowscodecs: Add a NULL check to 8bpp gray converter.
Eric Bissonnette (1):...
2009 Mar 14
1
multiple hypothesis testing
...ioletred4" "wheat3"
> ...
> > ##chr [1:4] "tomato1" "yellow1" "green" "blue"
> >
> > attach(dd)
> > seqiplot(data.seq[1:4,], withlegend=FALSE, ylab="Seal ID",
> + axes = F, title = "30-09-2008", cpal=mycols)
> There were 12 warnings (use warnings() to see them)
> > y.lab.pos <- c(0.7, 1.9, 3.1, 4.3)
> > axis(2, at=y.lab.pos, labels=paste(ID[1:4], sep=""), tick=FALSE)
> > detach(dd)
>
>
>
> Kingsford Jones wrote:
> >
> > On Fri, Mar 13,...