Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4024800
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:46:00+00:00 2026-05-20T10:46:00+00:00

Is there an equivalent method for plotting functions using ggplot to the curve() command

  • 0

Is there an equivalent method for plotting functions using ggplot to the curve() command employed in base graphics? I guess that the alternative would be to just create a vector of values of the function and plot a connected line, but I was hoping for something a bit more simple.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T10:46:00+00:00Added an answer on May 20, 2026 at 10:46 am

    You can add a curve using the stat_function:

    ggplot(data.frame(x=c(0, 10)), aes(x)) + stat_function(fun=sin)
    

    If your curve function is more complicated, then use a lambda function. For example,

    ggplot(data.frame(x=c(0, 10)), aes(x)) + 
      stat_function(fun=function(x) sin(x) + log(x))
    

    you can find other examples at
    http://kohske.wordpress.com/2010/12/25/draw-function-without-data-in-ggplot2/


    In earlier versions, you could use qplot, as below, but this is now deprecated.

    qplot(c(0,2), fun=sin, stat="function", geom="line")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Ruby, is there the equivalent of the __str__() method that you can define
Is there a C# equivalent method to Java's Exception.printStackTrace() or do I have to
Is there an equivalent to the Java File method isDirectory() in MFC? I tried
Is there an equivalent of svn's blame for Perforce on the command line? p4
Is there an equivalent method for this in ASP.NET?
Is there an equivalent method to $mail->MsgHTML($body); for sending a plain text fallback email
I use .po files to translate my PHP applications. Is there an equivalent method
Is there a Java equivalent to Ruby's Array#product method, or a way of doing
Is there a jQuery equivalent to prototype's defer? I'm looking for something that will
Is there an equivalent for Interlocked.Exchange for boolean? Such as an atomic exchange of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.