Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the recycling of elements in a vector? Give an example.



What is the recycling of elements in a vector? Give an example...

Answer / Pradeep Kumar Mahto

Recycling in R refers to the automatic extension or shortening of vectors when they are combined with vectors of different lengths. For example, if you add a scalar (single value) to a vector, R will recycle the scalar to match the length of the vector.nExample: c(1,2,3) + 4 will result in c(5,6,7).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What are debuggers and debugging techniques in R?

1 Answers  


How to create axes in the graph?

1 Answers  


Explain how to access list elements in r?

1 Answers  


What is inheritance in s3 class?

1 Answers  


What are features of r functions?

1 Answers  


How will you merge two dataframes in r programming language?

1 Answers  


Given a vector of values, how would you convert it into a time series object?

1 Answers  


Explain how to create a list in r?

1 Answers  


What is the function in r?

1 Answers  


What is recycling of elements in an r vector? Give an example.

1 Answers  


List out some of the function that R provides?

1 Answers  


What is r programming?

1 Answers  


Categories