41335/r-programming-for-graphics
Use the bquote to write the expression and place your variables gp1 and gp2 within .():
gp1 <- 7 gp2 <- 8 plot(1,1) legend("topleft", legend=bquote((gp[1]*","*gp[2])==(.(gp1)*","*.(gp2))))
You're If loop doesn't have any condition ...READ MORE
R has a package called magrittr. That's ...READ MORE
Hi@akhtar, You can create a loop in R ...READ MORE
You can install it for python in ...READ MORE
Format your code this way: myfunction <- function() ...READ MORE
You're using a factor: fert <- factor(c(50,20,10,10,20,50)) levels(fert) #[1] ...READ MORE
The basket.sorted() has less than 5 rules. Refer ...READ MORE
The below code will help: gregexpr("D", x) # [[1]] # ...READ MORE
Alright, you can either use gsub to match the ...READ MORE
On a given matrix, a, the first way ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.