search for: apty

Displaying 7 results from an estimated 7 matches for "apty".

Did you mean: apt
2024 Feb 04
2
Help
...sed to plot the graph indicating the text I wanted to insert. The line in the script that I have issues with is: text(-8,-8, "R^2= 0.62", r = 0.79, N = 161", cex = 2 R^2= 0.62 is not producing R squared = 0.62. Thanks. Sys.setenv( TZ="GMT" ) dt <- read.table("CLMXAPTY_sim", col.names = c("FDcli", "FDapt")) FDcli=dt$FDcli FDapt=dt$FDapt setEPS() postscript(file = "cliapt2.eps") par(mar = c(4.3, 4.3, 1.3, 1.3), oma = c(1, 1, 1 , 1)) plot(FDapt,FDcli, pch = 16, cex.lab = 1.6, cex.axis = 1.4, cex.main = 0.8, font.lab = 1.7, font.a...
2024 Feb 05
1
Help
...I > wanted to > insert. The line in the script that I have issues with is: text(-8,- > 8, > "R^2=? 0.62",? r = 0.79, N = 161", cex = 2 > R^2=? 0.62 is not producing R squared = 0.62. > Thanks. > Sys.setenv( TZ="GMT" ) > dt <- read.table("CLMXAPTY_sim", col.names = c("FDcli", "FDapt")) > FDcli=dt$FDcli > FDapt=dt$FDapt > setEPS() > postscript(file = "cliapt2.eps") > par(mar = c(4.3, 4.3, 1.3, 1.3), oma = c(1, 1, 1 , 1)) > plot(FDapt,FDcli, pch = 16,? cex.lab = 1.6, cex.axis = 1.4, cex.main...
2024 Feb 04
1
Help
Hi Elo, It gave this error message: CR_plot2.R:14:37: unexpected string constant 13: plot(FDapt,FDcli, pch = 16, cex.lab = 1.6, cex.axis = 1.4, cex.main = 0.8, font.lab = 1.7, font.axis = 1.7, col = "red",main = "Simultaneous Events at CLMX and APTY",ylab="CLMX",xlab="APTY") 14: text(-8,-8, "expression(R^2*"= 0.62"), r = 0.79, N = 161" ^ *Jibrin Adejoh Alhassan (Ph.D)* Department of Physics and Astronomy, University of Nigeria, Nsukka On Sun, Feb 4, 2024 a...
2016 May 31
0
va_arg on Windows 64 bits
...%d, dnb = %d\0A\00", comdat, align 1 declare i32 @printf(i8*, ...) #1 declare void @llvm.va_start(i8*) declare void @llvm.va_end(i8*) ; Function Attrs: nounwind uwtable define i32 @main() #0 {   %r = alloca i64   %a = alloca i64   %b = alloca i64   %t = alloca i64   %rPty = alloca i64*   %aPty = alloca i64*   %bPty = alloca i64*   %tPty = alloca i64*   store i64* %r, i64** %rPty   store i64* %a, i64** %aPty   store i64* %b, i64** %bPty   store i64* %t, i64** %tPty   %rLoad = load i64*, i64** %rPty   %aLoad = load i64*, i64** %aPty   %bLoad = load i64*, i64** %bPty   %tLoad = load i64*, i...
2024 Feb 04
1
Help
Thank you Zhao for the code. When I replotted the graph after inserting the code in my script, it gave me this error message without plotting the graph: Warning message: In lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : extra argument ?col? will be disregarded. My regards. *Jibrin Adejoh Alhassan (Ph.D)* Department of Physics and Astronomy, University of Nigeria, Nsukka On Sun,
2009 Feb 17
1
[LLVMdev] ARM backend playing with alternative jump table implementations
...ble = DAG.getLoad(PTy, dl, DAG.getEntryNode(), CPAddr, NULL, 0); #endif Index = DAG.getNode(ISD::MUL, dl, PTy, Index, DAG.getConstant(4, PTy)); //Index = DAG.getNode(ISD::MUL, dl, PTy, TableAddress, DAG.getConstant(4, PTy)); SDValue Addr = DAG.getNode(ISD::ADD, dl, PTy, Index, Table);SDValue APTy, Index, Table); Any help would be greatly appreciated. Robert -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090217/664f8ae8/attachment.html>
2016 Apr 20
3
va_arg on Windows 64
...%d, dnb = %d\0A\00", comdat, align 1 declare i32 @printf(i8*, ...) #1 declare void @llvm.va_start(i8*) declare void @llvm.va_end(i8*) ; Function Attrs: nounwind uwtable define i32 @main() #0 {   %r = alloca i64   %a = alloca i64   %b = alloca i64   %t = alloca i64   %rPty = alloca i64*   %aPty = alloca i64*   %bPty = alloca i64*   %tPty = alloca i64*   store i64* %r, i64** %rPty   store i64* %a, i64** %aPty   store i64* %b, i64** %bPty   store i64* %t, i64** %tPty   %rLoad = load i64*, i64** %rPty   %aLoad = load i64*, i64** %aPty   %bLoad = load i64*, i64** %bPty   %tLoad = load i64*, i...