Dear R community,
I have a data matrix (531X314), and would like to apply the prcomp. However, I 
got this error Lapack message. I am using R3.2.2.
I googled a bit and found that it might be related to converge issue.  Just 
wonder if there is a way to get around it?
Thank you very much!
Ace 

    On Thursday, December 29, 2016 11:44 AM, Ista Zahn <istaz...@gmail.com> 
wrote:
 

 Use coord_fixed()

--Ista

On Thu, Dec 29, 2016 at 9:59 AM, Fix Ace via R-help
<r-help@r-project.org> wrote:
>
>
>
>  Hello, there,
> What exactly does "expand" do for this function?
> I followed the examples from the manual to get a plot:
>
> d <- ggplot(subset(diamonds, carat > 1), aes(cut, clarity)) +geom_jitter()
>
> I would like to have all the dots in a square instead of rectangular range. 
> When I applied d + scale_x_discrete(expand=c(1,1)) and d + 
> scale_x_discrete(expand=c(1,0)), I got the same plot (different from the 
> original one though).
> Could anyone help me to figure out how to use this argument?
> Thank you very much!
> Ace
>
>
>
>
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.


   
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to