Hi everyone,
I am unable to install cex packages for my Rstudio the error is cex is not available for R version 3.5.1.
if we can't download it for this version than how we can do the command character expansion in plots?
Hi everyone,
I am unable to install cex packages for my Rstudio the error is cex is not available for R version 3.5.1.
if we can't download it for this version than how we can do the command character expansion in plots?
Hello,
Please can you provide more information of what you have done and what is the error message exactly?
What you are describing can also mean that the url to download is not accessible due to bad internet or just a proxy to pass through to go online.
However, I do not find cex
on CRAN.
There are cex
options parameters for base R graphics though. (Example. Is this related to what you are looking for?
Thank you very much for your prompt reply.
I am running this command
plot(centes$agemean, centes$yi, pch=19, cex=size, xlab="Mean Age", ylab="Central Density", las=1, bty="l")
but i am getting this plot
when i am running the command with cex command i am getting this plot
Ok, this is clearer and it is not at first an installation issue. it needs further investigations.
Could you please turn this into a self-contained reprex (short for reproducible example)? It will help us help you if we can be sure we're all working with/looking at the same stuff.
install.reprex("reprex")
If you've never heard of a reprex before, you might want to start by reading the tidyverse.org help page. The reprex dos and don'ts are also useful.
If you run into problems with access to your clipboard, you can specify an outfile for the reprex, and then copy and paste the contents into the forum.
reprex::reprex(input = "fruits_stringdist.R", outfile = "fruits_stringdist.md")
For pointers specific to the community site, check out the reprex FAQ.
Thanks !
Hi,
i have sorted that out , i was mistaking at calculating size of the studies My apologies for bothering and thank you very much
Rabia.